- 
                Notifications
    
You must be signed in to change notification settings  - Fork 352
 
Description
I've installed api-umbrella on two different Ubuntu VMs (14.04) and right when I try to start api-umbrella with:
sudo /etc/init.d/api-umbrella start
I get the following error message in the terminal:
Starting api-umbrella... [FAIL]
supervisord failed to start
See /opt/api-umbrella/var/log/supervisor/supervisord_forever.log for more details
Stopping api-umbrella... [  OK  ]
error: Forever detected script exited with code: 1
I have to hit CTRL + C to get back control of the terminal.
Below is what I see in the supervisord_forever.log. Any idea why this is happening? I had no luck finding a process that was using a conflicted port.
2015-01-20 17:50:49,924 CRIT Supervisor running as root (no user in config file)
2015-01-20 17:50:49,961 INFO RPC interface 'supervisor' initialized
2015-01-20 17:50:49,962 INFO RPC interface 'laforge' initialized
2015-01-20 17:50:49,962 CRIT Server 'inet_http_server' running without any HTTP authentication checking
2015-01-20 17:50:49,962 INFO RPC interface 'supervisor' initialized
2015-01-20 17:50:49,962 INFO RPC interface 'laforge' initialized
2015-01-20 17:50:49,962 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2015-01-20 17:50:49,964 INFO supervisord started with pid 2066
2015-01-20 17:50:49,967 INFO spawned: 'router-log-listener' with pid 2070
2015-01-20 17:50:49,978 INFO spawned: 'gatekeeper2' with pid 2071
2015-01-20 17:50:49,990 INFO spawned: 'gatekeeper3' with pid 2072
2015-01-20 17:50:50,005 INFO spawned: 'gatekeeper1' with pid 2074
2015-01-20 17:50:50,033 INFO spawned: 'gatekeeper4' with pid 2076
2015-01-20 17:50:50,045 INFO spawned: 'config-reloader' with pid 2078
2015-01-20 17:50:50,112 INFO spawned: 'varnishd' with pid 2081
2015-01-20 17:50:50,144 INFO spawned: 'web-delayed-job' with pid 2083
2015-01-20 17:50:50,179 INFO spawned: 'log-processor' with pid 2085
2015-01-20 17:50:50,248 INFO spawned: 'mongod' with pid 2086
2015-01-20 17:50:50,302 INFO spawned: 'redis' with pid 2087
2015-01-20 17:50:50,365 INFO spawned: 'distributed-rate-limits-sync' with pid 2089
2015-01-20 17:50:50,422 INFO spawned: 'web-nginx' with pid 2090
2015-01-20 17:50:50,475 INFO spawned: 'router-nginx' with pid 2092
2015-01-20 17:50:50,537 INFO spawned: 'varnishncsa' with pid 2093
2015-01-20 17:50:50,622 INFO spawned: 'elasticsearch' with pid 2096
2015-01-20 17:50:50,700 INFO spawned: 'web-puma' with pid 2097
2015-01-20 17:50:55,184 INFO success: gatekeeper2 entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2015-01-20 17:50:55,184 INFO success: gatekeeper3 entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2015-01-20 17:50:55,184 INFO success: gatekeeper1 entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2015-01-20 17:50:55,184 INFO success: gatekeeper4 entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2015-01-20 17:50:55,184 INFO success: varnishd entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2015-01-20 17:50:55,910 INFO success: redis entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2015-01-20 17:50:55,910 INFO success: distributed-rate-limits-sync entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2015-01-20 17:50:55,910 INFO success: web-nginx entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2015-01-20 17:50:55,910 INFO success: router-nginx entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2015-01-20 17:50:55,910 INFO success: varnishncsa entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2015-01-20 17:51:00,423 INFO success: router-log-listener entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
2015-01-20 17:51:00,423 INFO success: config-reloader entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
2015-01-20 17:51:00,423 INFO success: log-processor entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
2015-01-20 17:51:00,423 INFO success: mongod entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
2015-01-20 17:51:00,744 INFO success: elasticsearch entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
2015-01-20 17:51:00,744 INFO success: web-puma entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
2015-01-20 17:51:10,210 INFO success: web-delayed-job entered RUNNING state, process has stayed up for > than 20 seconds (startsecs)
2015-01-20 17:51:30,103 INFO exited: web-delayed-job (exit status 0; expected)
2015-01-20 17:51:48,133 CRIT Supervisor running as root (no user in config file)
Error: Another program is already listening on a port that one of our HTTP servers is configured to use.  Shut this program down first before starting supervisord.
For help, use /opt/api-umbrella/embedded/bin/supervisord -h