Skip to content

Instantly share code, notes, and snippets.

Created March 25, 2013 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5235542 to your computer and use it in GitHub Desktop.
Save anonymous/5235542 to your computer and use it in GitHub Desktop.
2013-03-25 13:10:25 [2620] [INFO] Starting gunicorn 0.17.2
2013-03-25 13:10:25 [2620] [INFO] Listening at: http://127.0.0.1:8000 (2620)
2013-03-25 13:10:25 [2620] [INFO] Using worker: sync
2013-03-25 13:10:25 [2625] [INFO] Booting worker with pid: 2625
2013-03-25 13:10:25 [2625] [ERROR] Exception in worker process:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 485, in spawn_worker
worker.init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 100, in init_process
self.wsgi = self.app.wsgi()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 103, in wsgi
self.callable = self.load()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/djangoapp.py", line 97, in load
make_default_env(self.cfg)
File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/djangoapp.py", line 61, in make_default_env
raise RuntimeError("django project not found")
RuntimeError: django project not found
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 485, in spawn_worker
worker.init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 100, in init_process
self.wsgi = self.app.wsgi()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 103, in wsgi
self.callable = self.load()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/djangoapp.py", line 97, in load
make_default_env(self.cfg)
File "/usr/local/lib/python2.7/dist-packages/gunicorn/app/djangoapp.py", line 61, in make_default_env
raise RuntimeError("django project not found")
RuntimeError: django project not found
2013-03-25 13:10:25 [2625] [INFO] Worker exiting (pid: 2625)
2013-03-25 13:10:26 [2620] [INFO] Shutting down: Master
2013-03-25 13:10:26 [2620] [INFO] Reason: Worker failed to boot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment