Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.81 KB | None | 0 0
  1. [23/Nov/2014 14:24:04] "OPTIONS /api/v1/userproductgroup/ HTTP/1.1" 200 0
  2. Traceback (most recent call last):
  3.   File "/opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  4.     self.finish_response()
  5.   File "/opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 127, in finish_response
  6.     self.write(data)
  7.   File "/opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 210, in write
  8.     self.send_headers()
  9.   File "/opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 268, in send_headers
  10.     self.send_preamble()
  11.   File "/opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 195, in send_preamble
  12.     self._write('Server: %s\r\n' % self.server_software)
  13.   File "/opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  14.     self.flush()
  15.   File "/opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  16.     self._sock.sendall(view[write_offset:write_offset+buffer_size])
  17. error: [Errno 32] Broken pipe
  18. ----------------------------------------
  19. Exception happened during processing of request from ('127.0.0.1', 61227)
  20. Traceback (most recent call last):
  21.   File "/opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 582, in process_request_thread
  22.     self.finish_request(request, client_address)
  23.   File "/opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 323, in finish_request
  24.     self.RequestHandlerClass(request, client_address, self)
  25.   File "/Users/agustinvinao/Development/aquipa/aquipa_env/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 126, in __init__
  26.     super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  27.   File "/opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 640, in __init__
  28.     self.finish()
  29.   File "/opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 693, in finish
  30.     self.wfile.flush()
  31.   File "/opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  32.     self._sock.sendall(view[write_offset:write_offset+buffer_size])
  33. error: [Errno 32] Broken pipe
  34. ----------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement