[Zope] zope server crashing

Dieter Maurer dieter@handshake.de
Thu, 2 May 2002 22:41:43 +0200


Bill Kerr writes:
 > ...
 > 2002-05-02T01:04:38 ERROR(200) ZServer uncaptured python exception, closing
 > channel <zhttp_channel connected 10.60.184.196:1045 at 156765c channel#: 30
 > requests:> (exceptions.IOError:[Errno 28] No space left on device
 > ...
 > Files\ZopeWeb\ZServer\medusa\logger.py|log|77] [C:\Program
 > Files\ZopeWeb\ZServer\medusa\logger.py|write|53] [C:\Program
 > Files\ZopeWeb\ZServer\medusa\logger.py|maybe_flush|65])

The error message is completely clear:

  Zope tries to write a log entry (usually to "<zopedir>\var\Z2.log")
  and you operating system returns an error "no space left on device".

Up to you to determine why your operating system does this.
The most expected answer would be: there is no space on this
partition...


Dieter