Skip to content

Instantly share code, notes, and snippets.

@palichis
Created June 22, 2017 14:13
Show Gist options
  • Save palichis/098aab7db537b92ce57f797bacf79b63 to your computer and use it in GitHub Desktop.
Save palichis/098aab7db537b92ce57f797bacf79b63 to your computer and use it in GitHub Desktop.
error gunicorm
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