[Zope] Zope just up and dies on a somewhat regular basis
michel@digicool.com
michel@digicool.com
26 Jun 1999 14:57:17 -0400
Bill Anderson <bill.anderson@libc.org> writes:
This has been reported before, so I suppose it would be considered a
known bug in ZopeHTTPServer. Digital Creations no longer supports
ZopeHTTPServer, nor do we continue or plan on continuing any
development on it. In reality, it is a very, very simple piece of
software that is nowhere near production quality (as you've
discovered) and never will be (unless you fix it).
I suggest you use ZServer or Apache (or both). Your problem will go
away then.
-Michel
> Subject is it. Details are below.
>
> Setup:
> Zope: Current 1.10 release, port 80
> WebServer: ZopeHTTPServer included in release tarball.
> Hardware: AlphaStation 4/233 (if it matters)
> OS: RHL 6.0
>
> Here is the result of the log file perusal:
> =================================================
> Traceback (innermost last):
> File "/usr/local/Zope-1.10.3-src/ZopeHTTPServer/ZopeHTTPServer.py",
> line 388,
> in handle_request
> File "/var/tmp/python-root/usr/lib/python1.5/SocketServer.py", line
> 239, in p
> r
> ocess_request
> self.finish_request(request, client_address)
> File "/var/tmp/python-root/usr/lib/python1.5/SocketServer.py", line
> 243, in f
> inish_request
> 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.3-src/ZopeHTTPServer/ZopeHTTPServer.py",
> line 292,
> in do_GET
> File "/usr/local/Zope-1.10.3-src/ZopeHTTPServer/ZopeHTTPServer.py",
> line 305,
> in publish_module
> File "/usr/local/Zope-1.10.3-src/lib/python/ZPublisher/Publish.py",
> line 893,
> in publish_module
> File "/usr/local/Zope-1.10.3-src/ZopeHTTPServer/ZopeHTTPServer.py",
> line 240,
> in write
> IOError: (32, 'Broken pipe')
> Publishing module Main
> Serving HTTP on port 80 ...
> ----------------------------------------
> Exception happened during processing of request from ('207.225.39.14',
> 2852)
> ==========================================================================
> (The above is repeated for a number of IP addresses.)
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
>
> (For developer-specific issues, use the companion list,
> zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )