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