[Zope] ZServer uncaptured python exception

Allen Schmidt Sr. aschmidt at fredericksburg.com
Tue Apr 1 10:42:17 EDT 2008


That makes sense...but I think they are still related, sort of.
The thread you offered says the error comes from clients 
disconnecting...hitting the stop button or loading a different 
page...effectively doing the same thing.

But they are hitting the stop button BECAUSE the site is slow and 
spinning.  I have Deadlockdebugger and that shows a variety of things. 
Mostly that all 4 threads are always full.

I will keep looking.

Allen


Jonathan wrote:

> 
> ----- Original Message ----- From: "Allen Schmidt Sr." 
> <aschmidt at fredericksburg.com>
> To: "Zope Users" <zope at zope.org>
> Sent: Tuesday, April 01, 2008 10:11 AM
> Subject: [Zope] ZServer uncaptured python exception
> 
> 
>> Running logtail on a ZEO client, I am seeing lots of these.
>> And our two public clients are pegging the server at 99% almost 
>> continuously. Not sure why.
>>
>>
>>
>> 2008-04-01T09:54:09 ERROR(200) ZServer uncaptured python exception, 
>> closing channel <ZServer.HTTPServer.zhttp_channel connected 
>> 8.7.96.136:56350 at 0xb63d7a6c channel#: 800 requests:4> 
>> (socket.error:(104, 'Connection reset by peer') 
>> [/usr/local/lib/python2.3/asynchat.py|initiate_send|218] 
>> [/var/www/zope/zope275c2/lib/python/ZServer/medusa/http_server.py|send|417] 
>> [/usr/local/lib/python2.3/asyncore.py|send|337])
>> ------
>> 2008-04-01T09:54:17 ERROR(200) ZServer uncaptured python exception, 
>> closing channel <ZServer.HTTPServer.zhttp_channel connected 
>> 8.7.96.136:56590 at 0xb26898ac channel#: 890 requests:> 
>> (socket.error:(104, 'Connection reset by peer') 
>> [/usr/local/lib/python2.3/asynchat.py|initiate_send|218] 
>> [/var/www/zope/zope275c2/lib/python/ZServer/medusa/http_server.py|send|417] 
>> [/usr/local/lib/python2.3/asyncore.py|send|337])
> 
> 
> I am not sure that the error messages you are seeing are related to your 
> high cpu utilization.
> 
> There is a discussion thread on your error here: 
> http://aspn.activestate.com/ASPN/Mail/Message/zope-list/3492748
> 
> If you google 'debug spinning zope'  you will find links on how to track 
> down cpu consumption.
> 
> HTH
> 
> Jonathan
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
> 
> 


More information about the Zope mailing list