[Zope] ZServer uncaptured python exception ...

Chris McDonough chrism@zope.com
29 May 2002 10:12:15 -0400


Shot in the dark: did you unpack the tarball using GNUtar?  If not,
Solaris tar has problems with some long filenames that have caused
compilation problems before.

On Wed, 2002-05-29 at 11:50, Marcello Lupo wrote:
> Hi to all,
> I have the following error causing shutdown of the zope server.
> the system is SunOS SERVER 5.8 Generic_108528-12 sun4u sparc
> SUNW,Ultra-2.
> With ZOpe installed from Zope-2.5.0-solaris-2.6-sparc.tar file .
> To debug the problem, for a period, i started the server with this
> parameters:
> 
> /usr/local/zope/start -u nobody -w 81 -M
> /usr/local/zope/DETAILED_LOG.txt
> STUPID_LOG_FILE="/usr/local/zope/STUPID_LOG.txt" &
> 
> And for all this time the server has never died.
> Yesterday, believing it was a temporarly failure, i set the strat at the
> default:
> 
> /usr/local/zope/start -u nobody -w 81 &
> 
> But after i made this the server restart to die.
> SOme one have ideas?
> Thank you in advice.
> 
> 
> This is a quote of the STUPID_LOG_FILE.
> 
> 
> 2002-05-23T13:42:11 ERROR(200) ZServer uncaptured python exception,
> closing channel <ZServer.HTTPServer.zhttp_channel connected
> 217.72.34.172:10806 at 0xbd9eec channel#: 2607 req
> uests:> (socket.error:(11, 'Resource temporarily unavailable')
> [/usr/local/zope/ZServer/medusa/asynchat.py|handle_read|82]
> [/usr/local/zope/ZServer/medusa/http_server.py|recv|420
> ] [/usr/local/zope/ZServer/medusa/asyncore.py|recv|357])
> ------
> 2002-05-23T13:42:34 ERROR(200) ZServer uncaptured python exception,
> closing channel <ZServer.HTTPServer.zhttp_channel connected
> 217.72.34.172:10810 at 0xc03544 channel#: 2611 req
> uests:> (socket.error:(11, 'Resource temporarily unavailable')
> [/usr/local/zope/ZServer/medusa/asynchat.py|handle_read|82]
> [/usr/local/zope/ZServer/medusa/http_server.py|recv|420
> ] [/usr/local/zope/ZServer/medusa/asyncore.py|recv|357])
> ------
> 2002-05-23T13:47:52 ERROR(200) ZServer uncaptured python exception,
> closing channel <ZServer.HTTPServer.zhttp_channel connected
> 217.72.34.172:10843 at 0xaa226c channel#: 2632 req
> uests:> (socket.error:(11, 'Resource temporarily unavailable')
> [/usr/local/zope/ZServer/medusa/asynchat.py|handle_read|82]
> [/usr/local/zope/ZServer/medusa/http_server.py|recv|420
> ] [/usr/local/zope/ZServer/medusa/asyncore.py|recv|357])
> ------
> 2002-05-23T14:12:07 ERROR(200) ZServer uncaptured python exception,
> closing channel <ZServer.HTTPServer.zhttp_channel connected
> 217.72.34.172:11094 at 0xbdafe4 channel#: 2737 req
> uests:> (socket.error:(11, 'Resource temporarily unavailable')
> [/usr/local/zope/ZServer/medusa/asynchat.py|handle_read|82]
> [/usr/local/zope/ZServer/medusa/http_server.py|recv|420
> ] [/usr/local/zope/ZServer/medusa/asyncore.py|recv|357])
> ------
> 2002-05-23T14:17:42 ERROR(200) ZServer uncaptured python exception,
> closing channel <ZServer.HTTPServer.zhttp_channel connected
> 217.72.34.172:11168 at 0xa2188c channel#: 2751 req
> uests:> (socket.error:(11, 'Resource temporarily unavailable')
> [/usr/local/zope/ZServer/medusa/asynchat.py|handle_read|82]
> [/usr/local/zope/ZServer/medusa/http_server.py|recv|420
> ] [/usr/local/zope/ZServer/medusa/asyncore.py|recv|357])
> 
> 
> _______________________________________________
> 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 )