[Zope] Zope-2.1.0b2 fails on access to management screen

Jim Cain jec@mgmt-inc.com
Fri, 19 Nov 1999 08:57:08 -0500 (EST)


I am running Zope through Apache, and when I access /manage, I get the
following error each time:

Traceback (innermost last):
  File "/opt/Zope/z2.py", line 583, in ?
    asyncore.loop()
  File "/opt/Zope-2.1.0b2-src/ZServer/medusa/asyncore.py", line 107, in loop
    poll_fun (timeout)
  File "/opt/Zope-2.1.0b2-src/ZServer/medusa/asyncore.py", line 66, in poll
    x.handle_error()
  File "/opt/Zope-2.1.0b2-src/ZServer/medusa/asyncore.py", line 321, in handle_error
    self.close()
  File "/opt/Zope-2.1.0b2-src/ZServer/PCGIServer.py", line 261, in close
    p.more() # free up resources held by producer
  File "/opt/Zope-2.1.0b2-src/ZServer/Producers.py", line 108, in more
    getattr(self.logger, self.method)(self.bytes)
  File "/opt/Zope-2.1.0b2-src/ZServer/PCGIServer.py", line 229, in log_request
    time.gmtime(time.time())
TypeError: illegal argument type for built-in operation

Zope dies after this. I have tried both the source and Intel binary
versions and get the same error. 

Cheers,
Jim