Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 01:32:31 web.1 | started with pid 644
- 01:32:31 web.1 | 2013-09-04 01:32:31 [644] [INFO] Starting gunicorn 18.0
- 01:32:31 web.1 | 2013-09-04 01:32:31 [644] [INFO] Listening at: http://0.0.0.0:5000 (644)
- 01:32:31 web.1 | 2013-09-04 01:32:31 [644] [INFO] Using worker: sync
- 01:32:31 web.1 | 2013-09-04 01:32:31 [647] [INFO] Booting worker with pid: 647
- 01:32:31 web.1 | 2013-09-04 01:32:31 [647] [ERROR] Exception in worker process:
- 01:32:31 web.1 | Traceback (most recent call last):
- 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker
- 01:32:31 web.1 | worker.init_process()
- 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/workers/base.py", line 106, in init_process
- 01:32:31 web.1 | self.wsgi = self.app.wsgi()
- 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi
- 01:32:31 web.1 | self.callable = self.load()
- 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load
- 01:32:31 web.1 | return self.load_wsgiapp()
- 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 49, in load_wsgiapp
- 01:32:31 web.1 | return util.import_app(self.app_uri)
- 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app
- 01:32:31 web.1 | __import__(module)
- 01:32:31 web.1 | ImportError: No module named hellodjango.wsgi
- 01:32:31 web.1 | Traceback (most recent call last):
- 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker
- 01:32:31 web.1 | worker.init_process()
- 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/workers/base.py", line 106, in init_process
- 01:32:31 web.1 | self.wsgi = self.app.wsgi()
- 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi
- 01:32:31 web.1 | self.callable = self.load()
- 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load
- 01:32:31 web.1 | return self.load_wsgiapp()
- 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 49, in load_wsgiapp
- 01:32:31 web.1 | return util.import_app(self.app_uri)
- 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app
- 01:32:31 web.1 | __import__(module)
- 01:32:31 web.1 | ImportError: No module named hellodjango.wsgi
- 01:32:31 web.1 | 2013-09-04 01:32:31 [647] [INFO] Worker exiting (pid: 647)
- 01:32:31 web.1 | 2013-09-04 01:32:31 [644] [INFO] Shutting down: Master
- 01:32:31 web.1 | 2013-09-04 01:32:31 [644] [INFO] Reason: Worker failed to boot.
- 01:32:31 web.1 | exited with code 3
- 01:32:31 system | sending SIGTERM to all processes
- SIGTERM received
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement