Zserver Broken pipe error
Once or twice a day I am getting this error reported by ZServer. Any ideas what may be causing it? Python 5.2 Redhat 6.2 ../ZServer/medusa/medusa.__init__ says version 1.5 Thanks, Ray 2001-07-02T22:28:25 ERROR(200) ZServer uncaptured python exception, closing channel <select-trigger (pipe) at 818d850> (exceptions.OSError:[Errno 11] Resource temporarily unavailable [/usr/local/Zope/ZServer/medusa/asyncore.py|poll|83] [/usr/local/Zope/ZServer/medusa/asyncore.py|handle_read_event|335] [/usr/local/Zope/ZServer/medusa/select_trigger.py|handle_read|77] [/usr/local/Zope/ZServer/medusa/asyncore.py|recv|287] [/usr/local/Zope/ZServer/medusa/asyncore.py|recv|475]) Unhandled exception in thread: Traceback (innermost last): File "/usr/local/Zope/ZServer/PubCore/ZServerPublisher.py", line 97, in __init__ response._finish() File "/usr/local/Zope/ZServer/HTTPResponse.py", line 281, in _finish stdout.close() File "/usr/local/Zope/ZServer/HTTPResponse.py", line 338, in close Wakeup() File "/usr/local/Zope/ZServer/medusa/select_trigger.py", line 74, in pull_trigger os.write (self.trigger, 'x') OSError: [Errno 32] Broken pipe
rprice@collegenet.com writes:
Once or twice a day I am getting this error reported by ZServer. Any ideas what may be causing it? ... 2001-07-02T22:28:25 ERROR(200) ZServer uncaptured python exception, closing channel <select-trigger (pipe) at 818d850> (exceptions.OSError:[Errno 11] Resource temporarily unavailable This may happen, when a browser does not wait for completion of one of its requests and closes the channel.
When ZServer tries to write the response, if finds the channel closed -> Broken Pipe. Dieter
participants (2)
-
Dieter Maurer -
rpriceļ¼ collegenet.com