[Zope] Zserver Broken pipe error

rprice@collegenet.com rprice@collegenet.com
Mon, 02 Jul 2001 16:01:31 -0700 (PDT)


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