[Zope] Zope on LinuxPPC--works fine

Bill Anderson bill.anderson@libc.org
Fri, 18 Jun 1999 21:20:19 -0600


Greg Pierce wrote:
> 
> newbie here.  i actually posted a couple weeks ago about getting zope
> running on Mac OS X Server.  i never had any luck, but w/ a fresh
> install of the new LinuxPPC 5 release running i thought i'd try again.
> 
> just in case anyone was interested, a build of 2.0.0a2 went w/o a
> hitch and is running w/o incident on a PowerMac 9600/200 through my
> experimentations today.  LinuxPPC is still shipping w/ Python 1.5.1,
> so i had to upgrade to 1.5.2 first...but didn't have any problem w/
> that either.


Just thought I would add that in runs fine on my Alpha (ZopeHTTPServer,
no apache), though it seems to die occasionally. The logs indicate
"Exception ocurred while processing request from xxx.xxx.xxx.xxx" where
xxx is an ip address octet.

Whic reminds me, I wanted to seperate the treacebacks from the server 
logs, but stderr and stdout seem to be swapped. If I read the logs
correctly the traceback follows:

    self.finish_request(request, client_address)
  File "/var/tmp/python-root/usr/lib/python1.5/SocketServer.py", line
243, in finish_reques
    self.RequestHandlerClass(request, client_address, self)
  File "/var/tmp/python-root/usr/lib/python1.5/SocketServer.py", line
362, in __init__
    self.handle()
  File "/var/tmp/python-root/usr/lib/python1.5/BaseHTTPServer.py", line
258, in handle
    method()
  File "/usr/local/Zope-1.10.2-src/ZopeHTTPServer/ZopeHTTPServer.py",
line 292, in do_GET
  File "/usr/local/Zope-1.10.2-src/ZopeHTTPServer/ZopeHTTPServer.py",
line 305, in publish_module
  File "/usr/local/Zope-1.10.2-src/lib/python/ZPublisher/Publish.py",
line 893, in publish_module
  File "/usr/local/Zope-1.10.2-src/ZopeHTTPServer/ZopeHTTPServer.py",
line 239, in write
  File "/var/tmp/python-root/usr/lib/python1.5/BaseHTTPServer.py", line
304, in send_response
    self.wfile.write("%s %s %s\r\n" %
IOError: (32, 'Broken pipe')

I believe this is where it dumps chokes and dies.

Bill