[Zope-dev] Transaction error on Zopesite DB
Dieter Maurer
dieter@handshake.de
Fri, 8 Feb 2002 22:59:52 +0100
Scott Burton writes:
> I keep getting a transaction error which renders my entire ODB unwritable on
> Zopesite.com just about everyday.
This may happen when there is an exception during the second
step of the two phase commit. We had such a problem with an
old version of FSSession (fixed long ago).
Activate logging (--> achives) and see whether you find a hint
in the log file.
Usually, the "Data.fs" is not really corrupted and a simple
Zope restart is enough to get working again.
Dieter