[Zope] Zope 2.7 threws many exceptions and dies

Dieter Maurer dieter at handshake.de
Wed Sep 1 15:37:04 EDT 2004


Michael Heidel wrote at 2004-9-1 17:23 +0200:
>we run Zope 2.7.2 final (Python 2.3) on an OpenBSD 3.5 box (P IV 2.4 
>GHz, 1 GB RAM), started by zopectl.
> ...
>Sometimes event.log would show some hundreds of entries per second like
>
>-- snip --
>2004-09-01T13:19:52 PROBLEM(100) ZServer warning: server accept() threw 
>an exception

I have seen this on Solaris.

Almost surely, either your process or the OS as a whole run out
of file descriptors.

I recommend to locate this LOG call and extend it by full
exception information. Almost surely, it will be
a "too many open files" exception.

-- 
Dieter


More information about the Zope mailing list