Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ----------------------------------------
  2. Exception happened during processing of request from ('172.16.10.142', 55810)
  3. Traceback (most recent call last):
  4. File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
  5. self.process_request(request, client_address)
  6. File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
  7. self.finish_request(request, client_address)
  8. File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
  9. self.RequestHandlerClass(request, client_address, self)
  10. File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
  11. self.finish()
  12. File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
  13. self.wfile.close()
  14. File "/usr/lib/python2.7/socket.py", line 279, in close
  15. self.flush()
  16. File "/usr/lib/python2.7/socket.py", line 303, in flush
  17. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  18. error: [Errno 32] Broken pipe
  19. ----------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement