Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. >>> gunicorn -b 0.0.0.0:8000 wsgi
  2. [2015-10-09 19:40:55 -0400] [32638] [INFO] Starting gunicorn 19.3.0
  3. [2015-10-09 19:40:55 -0400] [32638] [INFO] Listening at: http://0.0.0.0:8000 (32638)
  4. [2015-10-09 19:40:55 -0400] [32638] [INFO] Using worker: sync
  5. [2015-10-09 19:40:55 -0400] [32641] [INFO] Booting worker with pid: 32641
  6. Failed to find application: 'wsgi'
  7. [2015-10-09 19:40:56 -0400] [32641] [INFO] Worker exiting (pid: 32641)
  8. [2015-10-09 19:40:56 -0400] [32638] [INFO] Shutting down: Master
  9. [2015-10-09 19:40:56 -0400] [32638] [INFO] Reason: App failed to load.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement