Advertisement
Guest User

ImportError : Procfile & foreman start

a guest
Sep 3rd, 2013
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. 01:32:31 web.1 | started with pid 644
  2. 01:32:31 web.1 | 2013-09-04 01:32:31 [644] [INFO] Starting gunicorn 18.0
  3. 01:32:31 web.1 | 2013-09-04 01:32:31 [644] [INFO] Listening at: http://0.0.0.0:5000 (644)
  4. 01:32:31 web.1 | 2013-09-04 01:32:31 [644] [INFO] Using worker: sync
  5. 01:32:31 web.1 | 2013-09-04 01:32:31 [647] [INFO] Booting worker with pid: 647
  6. 01:32:31 web.1 | 2013-09-04 01:32:31 [647] [ERROR] Exception in worker process:
  7. 01:32:31 web.1 | Traceback (most recent call last):
  8. 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker
  9. 01:32:31 web.1 | worker.init_process()
  10. 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
  11. 01:32:31 web.1 | self.wsgi = self.app.wsgi()
  12. 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi
  13. 01:32:31 web.1 | self.callable = self.load()
  14. 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load
  15. 01:32:31 web.1 | return self.load_wsgiapp()
  16. 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
  17. 01:32:31 web.1 | return util.import_app(self.app_uri)
  18. 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app
  19. 01:32:31 web.1 | __import__(module)
  20. 01:32:31 web.1 | ImportError: No module named hellodjango.wsgi
  21. 01:32:31 web.1 | Traceback (most recent call last):
  22. 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker
  23. 01:32:31 web.1 | worker.init_process()
  24. 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
  25. 01:32:31 web.1 | self.wsgi = self.app.wsgi()
  26. 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi
  27. 01:32:31 web.1 | self.callable = self.load()
  28. 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load
  29. 01:32:31 web.1 | return self.load_wsgiapp()
  30. 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
  31. 01:32:31 web.1 | return util.import_app(self.app_uri)
  32. 01:32:31 web.1 | File "/Users/oubiga/Envs/hellodjango_venv/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app
  33. 01:32:31 web.1 | __import__(module)
  34. 01:32:31 web.1 | ImportError: No module named hellodjango.wsgi
  35. 01:32:31 web.1 | 2013-09-04 01:32:31 [647] [INFO] Worker exiting (pid: 647)
  36. 01:32:31 web.1 | 2013-09-04 01:32:31 [644] [INFO] Shutting down: Master
  37. 01:32:31 web.1 | 2013-09-04 01:32:31 [644] [INFO] Reason: Worker failed to boot.
  38. 01:32:31 web.1 | exited with code 3
  39. 01:32:31 system | sending SIGTERM to all processes
  40. SIGTERM received
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement