My development zope server just started spitting this stuff out on my console (Zope 2.5.1, Solaris, Python 2.1.3): ------ 2002-08-10T00:02:46 PROBLEM(100) ZServer warning: server accept() threw an exception ------ 2002-08-10T00:02:47 PROBLEM(100) ZServer warning: server accept() threw an exception ------ 2002-08-10T00:02:48 PROBLEM(100) ZServer warning: server accept() threw an exception ------ 2002-08-10T00:12:27 ERROR(200) ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 192.168.1.70:2672 at 0x8c3315c channel#: 918 requests:> (socket.error:(32, 'Broken pipe') [/home/creiman/zope/ZopeCVS/Zope/ZServer/medusa/asynchat.py|initiate_send|21 3] [/home/creiman/zope/ZopeCVS/Zope/ZServer/medusa/http_server.py|send|414] [/home/creiman/zope/ZopeCVS/Zope/ZServer/medusa/asyncore.py|send|338]) ------ 2002-08-10T00:12:27 ERROR(200) ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 192.168.1.70:2676 at 0x8c92f7c channel#: 922 requests:> (socket.error:(32, 'Broken pipe') [/home/creiman/zope/ZopeCVS/Zope/ZServer/medusa/asynchat.py|initiate_send|21 3] [/home/creiman/zope/ZopeCVS/Zope/ZServer/medusa/http_server.py|send|414] [/home/creiman/zope/ZopeCVS/Zope/ZServer/medusa/asyncore.py|send|338]) These seem to happen during mouse rollovers of rollover images. These images are wrapped with a Accelerated HTTP Cache Manager, which no longer shows any "Authenticated hits" stats, only Anon. ones. Any idea what might be causing the exceptions or how I fix it?
I just reinstalled the cache manager and it seems fine now. But I'd like to know if this is a common problem.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Charlie Reiman Sent: Friday, August 09, 2002 5:19 PM To: zope@zope.org Subject: [Zope] Random ZServer exceptions
My development zope server just started spitting this stuff out on my console (Zope 2.5.1, Solaris, Python 2.1.3):
Charlie Reiman writes:
My development zope server just started spitting this stuff out on my console (Zope 2.5.1, Solaris, Python 2.1.3):
------ 2002-08-10T00:02:46 PROBLEM(100) ZServer warning: server accept() threw an exception That seems to be a Solaris problem.
We have had an infinite loop with this problem which rather quickly filled 2 GB of a log file. I have a patch that lets Zope die (and restart) when this problem occurs.
... 2002-08-10T00:12:27 ERROR(200) ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 192.168.1.70:2672 at 0x8c3315c channel#: 918 requests:> (socket.error:(32, 'Broken pipe') [/home/creiman/zope/ZopeCVS/Zope/ZServer/medusa/asynchat.py|initiate_send|21 3] [/home/creiman/zope/ZopeCVS/Zope/ZServer/medusa/http_server.py|send|414] [/home/creiman/zope/ZopeCVS/Zope/ZServer/medusa/asyncore.py|send|338]) This is harmless. The (browser) connection was closed before the response could be sent.
Ignore it. Dieter
participants (2)
-
Charlie Reiman -
Dieter Maurer