[Zope] problem starting Zope 2a2 on Redhat 6

Mark Henderson mark@toggle.net
Mon, 21 Jun 1999 12:24:43 +0200


Hi,

Just installed Zope 2 (a2) and am getting the following error on trying
to start up ZServer:

Unhandled exception in thread:
Traceback (innermost last):
  File
"/usr/local/src/Zope-2.0.0a2-src/ZServer/PubCore/ZServerPublisher.py",
line 97, in __init__
    response._finish()
  File "/usr/local/src/Zope-2.0.0a2-src/ZServer/HTTPResponse.py", line
214, in _finish
    self.stdout.close()
  File "/usr/local/src/Zope-2.0.0a2-src/ZServer/HTTPResponse.py", line
249, in close
    Wakeup()
  File
"/usr/local/src/Zope-2.0.0a2-src/ZServer/medusa/select_trigger.py", line
80, in pull_trigger
    self.trigger.sendto (msg, self.addr)
socket.error: (13, 'Permission denied')


The server does actually start, but the response time is _very_ slow. It
looks like it's trying to do something and then timing out for each item
on a page. I'm using the quick start instrauctions (i.e. ZServer). I'm
using Redhat 6, 2.2.9(ac6), Python 1.5.2. I'm getting the error message
while simply trying to load the default management screen.

I'm a complete Zope/Python newbie, so please excuse me if I've
overlooked something obvious. I didn't have this problem with the first
alpha.

Any help would be appreciated!

Many thanks,

Mark