Dear all, Our galaxy suffers from frequent hickups, which apparently are due to broken pipes. It will give these errors in paster.log ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 53234) Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/Paste-1.7.5.1-py2.7.egg/paste/httpse rver.py", line 1068, in process_request_in_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 641, in __init__ self.finish() File "/usr/lib/python2.7/SocketServer.py", line 694, in finish self.wfile.flush() File "/usr/lib/python2.7/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 32] Broken pipe ---------------------------------------- Any idea why this might be an what I would need to check? Cheers, THomas
Broken pipe normally occurs when the browser drops the connection (e.g. if you quit your browser while downloading a dataset you might see this). Can you describe in more detail how the "frequent hiccups" manifest? -- James Taylor, Assistant Professor, Biology/CS, Emory University On Mon, Mar 4, 2013 at 12:36 PM, Thomas van Gurp <thomasvangurp@gmail.com> wrote:
Dear all,
Our galaxy suffers from frequent hickups, which apparently are due to broken pipes.
It will give these errors in paster.log
---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 53234) Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1068, in process_request_in_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 641, in __init__ self.finish() File "/usr/lib/python2.7/SocketServer.py", line 694, in finish self.wfile.flush() File "/usr/lib/python2.7/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 32] Broken pipe ----------------------------------------
Any idea why this might be an what I would need to check?
Cheers, THomas
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
participants (2)
-
James Taylor
-
Thomas van Gurp