[Zope] zope server crashing
Bill Kerr
kerrb@senet.com.au
Thu, 2 May 2002 05:05:20 +0930
I'm new at this
I installed zope on a server at school and although for one user it seems to
work fine as soon as only 6 users logged on it crashed -- we have repeated
this process and it has crashed every time multiple users log on
I've pasted in the log below and am seeking assistance as to the nature of
the problem
The log says "No space left on device"
but there is 1.4 GB available on the C drive of the machine where it is
installed, running under Windows 97 with 224 MB RAM
any assistance would be much appreciated
thank you,
Bill Kerr, Woodville High School, South Australia
Capture file written by TCAP 3.1, TCAP Copyright(c) 1999 Tim Kannel
------
2002-05-01T22:53:12 INFO(0) ZServer HTTP server started at Thu May 02
08:23:12 2002
Hostname: CDSERVER
Port: 8080
------
2002-05-01T22:53:12 INFO(0) ZServer FTP server started at Thu May 02
08:23:12 2002
Hostname: cdserver
Port: 8021
------
2002-05-01T22:53:12 INFO(0) ZServer PCGI Server started at Thu May 02
08:23:12 2002
Inet socket port: 8090
------
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
[C:\Program Files\ZopeWeb\bin\lib\asyncore.py|poll|107] [C:\Program
Files\ZopeWeb\bin\lib\asyncore.py|handle_write_event|390] [C:\Program
Files\ZopeWeb\ZServer\medusa\asynchat.py|handle_write|147] [C:\Program
Files\ZopeWeb\ZServer\medusa\asynchat.py|initiate_send|209] [C:\Program
Files\ZopeWeb\ZServer\medusa\asynchat.py|refill_buffer|196] [C:\Program
Files\ZopeWeb\ZServer\Producers.py|more|108] [C:\Program
Files\ZopeWeb\ZServer\medusa\http_server.py|log|289] [C:\Program
Files\ZopeWeb\ZServer\medusa\logger.py|log|247] [C:\Program
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])
Traceback (most recent call last):
File "C:\Program Files\ZopeWeb\z2.py", line 774, in ?
asyncore.loop()
File "C:\Program Files\ZopeWeb\bin\lib\asyncore.py", line 194, in loop
poll_fun (timeout, map)
File "C:\Program Files\ZopeWeb\bin\lib\asyncore.py", line 111, in poll
obj.handle_error()
File "C:\Program Files\ZopeWeb\ZServer\medusa\http_server.py", line 437,
in handle_error
asynchat.async_chat.handle_error (self)
File "C:\Program Files\ZopeWeb\bin\lib\asyncore.py", line 413, in
handle_error
self.close()
File "C:\Program Files\ZopeWeb\ZServer\HTTPServer.py", line 369, in close
p.more() # free up resources held by producer
File "C:\Program Files\ZopeWeb\ZServer\Producers.py", line 108, in more
getattr(self.logger, self.method)(self.bytes)
File "C:\Program Files\ZopeWeb\ZServer\medusa\http_server.py", line 289,
in log
' - %s [%s] "%s" %d %d "%s" "%s"\n' % (
File "C:\Program Files\ZopeWeb\ZServer\medusa\logger.py", line 247, in log
self.logger.log ('%s%s' % (ip, message))
File "C:\Program Files\ZopeWeb\ZServer\medusa\logger.py", line 77, in log
self.write (message)
File "C:\Program Files\ZopeWeb\ZServer\medusa\logger.py", line 53, in
write
self.maybe_flush()
File "C:\Program Files\ZopeWeb\ZServer\medusa\logger.py", line 65, in
maybe_flush
self.file.flush()
IOError: [Errno 28] No space left on device