[Zope] zope gets killed on startup

Dieter Maurer dieter at handshake.de
Tue Oct 3 14:14:28 EDT 2006


Einar Næss Jensen wrote at 2006-10-2 21:12 +0200:
>the full traceback and the error is this:
>
>2006-10-02 21:07:15 ERROR BeforeTraverse Error while invoking hook:
>"acl_users"
>Traceback (most recent call last):
>  File "/usr/local/zope/zope295/lib /python/ZPublisher/BeforeTraverse.py",
>line 145, in __call__
>    meth(*(container, request, None)[:args])
>AttributeError: __call__

Looks like a buggy "acl_users".

  Apparently, you have deleted one.

  Deletion should have caused the uninstallation of its
  "BeforeTraverse" hook. But, for some reasons (a bug),
  this has not happend. That's the cause for the "ERROR".

Usually, apart from the ERROR log entry, nothing bad happens.

Alternatively, the "acl_users" could be "broken".
This might bring serious problems -- not easy to analyse.


Look into your logfile whether you find entries
"could not import ...".



-- 
Dieter


More information about the Zope mailing list