1 Sep
2004
1 Sep
'04
7:37 p.m.
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