I couldn't find anything about this in the collector, so maybe it's a bug? I just tried to install Zope 2.6.1, but I thought that this time I would be nice and neat and actually put up an event.log (I usually just run my development Zopes to stdout). However, the Zope refused to start. No error messages anywhere, it just logged that it started the threads and then silently died. I traced this back to setting EVENT_LOG_FILE="var/event.log" Setting it to "$cwd/var/event.log" fixed the problem. Now, that's OK in itself, but an error message would have been nice. ;) Bug, or?
AFAIK Zope 2.6 runs inside 'INSTANCE_HOME/var' so just using 'event.log' might be enough. Stefan --On Montag, 26. Mai 2003 17:14 +0200 Lennart Regebro <lennart@regebro.nu> wrote:
I couldn't find anything about this in the collector, so maybe it's a bug?
I just tried to install Zope 2.6.1, but I thought that this time I would be nice and neat and actually put up an event.log (I usually just run my development Zopes to stdout).
However, the Zope refused to start. No error messages anywhere, it just logged that it started the threads and then silently died. I traced this back to setting EVENT_LOG_FILE="var/event.log" Setting it to "$cwd/var/event.log" fixed the problem.
Now, that's OK in itself, but an error message would have been nice. ;) Bug, or?
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- The time has come to start talking about whether the emperor is as well dressed as we are supposed to think he is. /Pete McBreen/
Lennart Regebro wrote at 2003-5-26 17:14 +0200:
I couldn't find anything about this in the collector, so maybe it's a bug?
I just tried to install Zope 2.6.1, but I thought that this time I would be nice and neat and actually put up an event.log (I usually just run my development Zopes to stdout).
However, the Zope refused to start. No error messages anywhere, it just logged that it started the threads and then silently died. I traced this back to setting EVENT_LOG_FILE="var/event.log" Setting it to "$cwd/var/event.log" fixed the problem.
From Zope 2.6.1 on, Zope enters the "CLIENT_HOME" (default "var") directory on startup. This probably means, that you must omit the "var/" in the "EVENT_LOG_FILE" specification.
Dieter
participants (3)
-
Dieter Maurer -
Lennart Regebro -
Stefan H. Holek