[Zope-dev] another Zope hanging..

Dieter Maurer dieter@handshake.de
Thu, 3 May 2001 21:17:57 +0200 (CEST)


Christian Scholz writes:
 > I also now have some problems with a hanging zope.
 > 
 > I got something like this in my stupid logfile:
 > 
 > 2001-05-03T13:44:39 ERROR(200) ZServer uncaptured python exception, closing channel <select-trigger (pipe) at 81d64c8> (exceptions.OSError:[Errno 11] Die Ressource ist zur Zeit nicht verf?gbar [/opt/Zope-2.3.1-src/ZServer/medusa/asyncore.py|poll|83] [/opt/Zope-2.3.1-src/ZServer/medusa/asyncore.py|handle_read_event|335] [/opt/Zope-2.3.1-src/ZServer/medusa/select_trigger.py|handle_read|77] [/opt/Zope-2.3.1-src/ZServer/medusa/asyncore.py|recv|287] [/opt/Zope-2.3.1-src/ZServer/medusa/asyncore.py|recv|475])
What you see here is a traceback pressed into a single line.

  [/opt/Zope-2.3.1-src/ZServer/medusa/asyncore.py|recv|475]

e.g. means:

  you are in file "/opt/Zope-2.3.1-src/ZServer/medusa/asyncore.py"
  line "475" in function "recv".


Dieter