I get the following message: 2001-05-14T15:39:40 ERROR(200) ZServer uncaptured python exception, closing channel <select-trigger (pipe) at 81fad8c> (exceptions.OSError:[Errno 11] Resource temporarily unavailable [/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/medusa/asyncore.py|poll|75] [/usr/src/packages/BUILD/Zope-2.2.2- src/ZServer/medusa/asyncore.py|handle_read_event|327] [/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/medusa/select_trigger.py|handle_read|77] [/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/medusa/asyncore.py|recv|279] [/usr/src/packages/BUILD/Zope-2.2.2- src/ZServer/medusa/asyncore.py|recv|467]) Unhandled exception in thread: Traceback (most recent call last): File "/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/PubCore/ZServerPublisher.py", line 97, in __init__ File "/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/HTTPResponse.py", line 298, in _finish File "/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/HTTPResponse.py", line 341, in close File "/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/medusa/select_trigger.py", line 74, in pull_trigger OSError: [Errno 32] Broken pipe Maybe there is something I did wrong. Peter de Jong
Hi Peter, this is usually the result of the user side closed connection before zserver was ready with serving. This may indicate there are some querys which take a long time so the user hits the "stop" button on her/his browser. Regards Tino Wildenhain --On Montag, 14. Mai 2001 15:50 +0100 Peter de Jong <p.dejong@melissendejong.nl> wrote:
I get the following message:
2001-05-14T15:39:40 ERROR(200) ZServer uncaptured python exception, closing channel <select-trigger (pipe) at 81fad8c> (exceptions.OSError:[Errno 11] Resource temporarily unavailable [/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/medusa/asyncore.py|poll|7 5] [/usr/src/packages/BUILD/Zope-2.2.2- src/ZServer/medusa/asyncore.py|handle_read_event|327] [/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/medusa/select_trigger.py| handle_read|77] [/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/medusa/asyncore.py|recv|2 79] [/usr/src/packages/BUILD/Zope-2.2.2- src/ZServer/medusa/asyncore.py|recv|467]) Unhandled exception in thread: Traceback (most recent call last): File "/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/PubCore/ZServerPublisher. py", line 97, in __init__ File "/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/HTTPResponse.py", line 298, in _finish File "/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/HTTPResponse.py", line 341, in close File "/usr/src/packages/BUILD/Zope-2.2.2-src/ZServer/medusa/select_trigger.py" , line 74, in pull_trigger OSError: [Errno 32] Broken pipe
Maybe there is something I did wrong.
Peter de Jong
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Peter de Jong -
Tino Wildenhain