Skip to content

Instantly share code, notes, and snippets.

@mejariamol
Created April 12, 2017 04:50
Show Gist options
  • Save mejariamol/80ebe7bdd6df3f20dd53258f359a9dcb to your computer and use it in GitHub Desktop.
Save mejariamol/80ebe7bdd6df3f20dd53258f359a9dcb to your computer and use it in GitHub Desktop.
gunicorn error log
[2017-04-12 15:46:25 +0000] [2856] [INFO] Starting gunicorn 19.7.1
[2017-04-12 15:46:25 +0000] [2856] [INFO] Listening at: http://0.0.0.0:5000 (2856)
[2017-04-12 15:46:25 +0000] [2856] [INFO] Using worker: eventlet
[2017-04-12 15:46:25 +0000] [2861] [INFO] Booting worker with pid: 2861
[2017-04-12 15:46:25 +0000] [2861] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 578, in spawn_worker
worker.init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/geventlet.py", line 102, in init_process
self.patch()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/geventlet.py", line 91, in patch
hubs.use_hub()
File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/__init__.py", line 70, in use_hub
mod = get_default_hub()
File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/__init__.py", line 38, in get_default_hub
import eventlet.hubs.epolls
File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/epolls.py", line 27, in <module>
from eventlet.hubs.hub import BaseHub
File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 23, in <module>
from eventlet.support import greenlets as greenlet, clear_sys_exc_info, monotonic, six
File "/usr/local/lib/python2.7/dist-packages/eventlet/support/monotonic.py", line 167, in <module>
raise RuntimeError('no suitable implementation for this system')
RuntimeError: no suitable implementation for this system
[2017-04-12 15:46:25 +0000] [2861] [INFO] Worker exiting (pid: 2861)
[2017-04-12 15:46:25 +0000] [2856] [INFO] Shutting down: Master
[2017-04-12 15:46:25 +0000] [2856] [INFO] Reason: Worker failed to boot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment