Created
March 16, 2016 16:54
-
-
Save stephenmelrose/f52fc8d33114adcaced3 to your computer and use it in GitHub Desktop.
supervisord Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-03-15 18:57:33,753 INFO stopped: queue-listener-sqs (terminated by SIGTERM) | |
2016-03-15 18:57:34,409 CRIT Supervisor running as root (no user in config file) | |
2016-03-15 18:57:34,410 WARN Included extra file "/etc/supervisord/queue-listeners.conf" during parsing | |
2016-03-15 18:57:34,414 ERRO Web interface error:Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/site-packages/supervisor-3.2.1-py2.7.egg/supervisor/web.py", line 45, in more | |
response = self.callback() | |
File "/usr/local/lib/python2.7/site-packages/supervisor-3.2.1-py2.7.egg/supervisor/web.py", line 162, in __call__ | |
body = self.render() | |
File "/usr/local/lib/python2.7/site-packages/supervisor-3.2.1-py2.7.egg/supervisor/web.py", line 490, in render | |
info = rpcinterface.supervisor.getProcessInfo(sent_name) | |
File "/usr/local/lib/python2.7/site-packages/supervisor-3.2.1-py2.7.egg/supervisor/rpcinterface.py", line 594, in getProcessInfo | |
self._update('getProcessInfo') | |
File "/usr/local/lib/python2.7/site-packages/supervisor-3.2.1-py2.7.egg/supervisor/rpcinterface.py", line 47, in _update | |
raise RPCError(Faults.SHUTDOWN_STATE) | |
RPCError: code=6, text='SHUTDOWN_STATE' | |
2016-03-15 18:57:37,316 INFO waiting for queue-listener-central-to-app to die | |
2016-03-15 18:57:40,320 INFO waiting for queue-listener-central-to-app to die | |
2016-03-15 18:57:43,324 INFO waiting for queue-listener-central-to-app to die | |
2016-03-15 18:57:44,325 WARN killing 'queue-listener-central-to-app' (23326) with SIGKILL | |
2016-03-15 18:57:44,328 INFO stopped: queue-listener-central-to-app (terminated by SIGKILL) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment