[Zope] server instability: ZODB corruption?
Dieter Maurer
dieter@handshake.de
Sun, 6 Aug 2000 21:30:02 +0200 (CEST)
Guido A.J. Stevens writes:
> Main suspect is a corrupted Data.fs.in file. How can I audit and
> repair it?
"Data.fs.in" is only used during installation.
Probably, you mean "Data.fs".
> problem A: access denied vs. KeyError
> ============================
> ...
> => Question: which parts of zope would be prone to denying access to a
> privileged user, while generating KeyErrors for the superuser?
What key is missing?
Where is it missing (traceback)?
> problem B: hanging zope thread zombies all zope sites
> ========================================
> ...
> => Question: is there another utility for checking and repairing
> object stores?
There is a "tranalys" product at zope.org.
It allows to analyse the transactions made to "Data.fs".
Dieter