-
-
Save palichis/098aab7db537b92ce57f797bacf79b63 to your computer and use it in GitHub Desktop.
error gunicorm
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
Traceback (most recent call last): | |
File "/usr/bin/gunicorn", line 9, in <module> | |
load_entry_point('gunicorn==0.14.6', 'console_scripts', 'gunicorn')() | |
File "/usr/lib/python2.6/site-packages/gunicorn-0.14.6-py2.6.egg/gunicorn/app/wsgiapp.py", line 32, in run | |
WSGIApplication("%prog [OPTIONS] APP_MODULE").run() | |
Arbiter(self).run() | |
File "/usr/lib/python2.6/site-packages/gunicorn-0.14.6-py2.6.egg/gunicorn/arbiter.py", line 185, in run | |
self.halt(reason=inst.reason, exit_status=inst.exit_status) | |
File "/usr/lib/python2.6/site-packages/gunicorn-0.14.6-py2.6.egg/gunicorn/arbiter.py", line 280, in halt | |
self.stop() | |
File "/usr/lib/python2.6/site-packages/gunicorn-0.14.6-py2.6.egg/gunicorn/arbiter.py", line 328, in stop | |
self.reap_workers() | |
File "/usr/lib/python2.6/site-packages/gunicorn-0.14.6-py2.6.egg/gunicorn/arbiter.py", line 419, in reap_workers | |
raise HaltServer(reason, self.WORKER_BOOT_ERROR) | |
gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment