Skip to content

Instantly share code, notes, and snippets.

@ciferkey
Created September 24, 2011 18:24
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 ciferkey/1239669 to your computer and use it in GitHub Desktop.
Save ciferkey/1239669 to your computer and use it in GitHub Desktop.
epio console log
#### New version (v3) uploaded at 2011-09-23 23:53:13.848290 ####
2011-09-24 00:53:28 [847] [INFO] Starting gunicorn 0.12.2
2011-09-24 00:53:28 [847] [INFO] Listening at: unix:/bundles/port-8964/tmp/gunicorn.sock (847)
2011-09-24 00:53:28 [847] [INFO] Using worker: eventlet
2011-09-24 00:53:28 [851] [INFO] Booting worker with pid: 851
2011-09-24 00:53:28 [852] [INFO] Booting worker with pid: 852
2011-09-23 20:09:43 [852] [ERROR] Error handling request
Traceback (most recent call last):
File "/bundles/port-8964/app_image/pyenv/lib/python2.7/site-packages/gunicorn/workers/async.py", line 67, in handle_request
resp.write(item)
File "/bundles/port-8964/app_image/pyenv/lib/python2.7/site-packages/gunicorn/http/wsgi.py", line 236, in write
self.send_headers()
File "/bundles/port-8964/app_image/pyenv/lib/python2.7/site-packages/gunicorn/http/wsgi.py", line 232, in send_headers
util.write(self.sock, "%s\r\n" % "".join(tosend))
File "/bundles/port-8964/app_image/pyenv/lib/python2.7/site-packages/gunicorn/util.py", line 178, in write
sock.sendall(data)
File "/usr/lib/python2.7/dist-packages/eventlet/greenio.py", line 307, in sendall
tail = self.send(data, flags)
File "/usr/lib/python2.7/dist-packages/eventlet/greenio.py", line 286, in send
total_sent += fd.send(data[total_sent:], flags)
error: [Errno 32] Broken pipe
2011-09-23 20:09:43 [852] [WARNING] Failed to send error message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment