Over that last few days I have been unable to pack the zope database. I get an error message saying "CorruptedTansactionError". Also when I view undo transactions I have hundreds of transactions by "Anonymous User" on my main index_html every few minutes. Can anyone tell me what is happening and what I need to do. Thanks Mark Stangroom
Mark Stangroom wrote at 2003-3-20 16:58 +0000:
Over that last few days I have been unable to pack the zope database. I get an error message saying "CorruptedTansactionError".
"fsrecover" (see in "utilities" or "ZODB") can fix such problems (work with a copy!).
Also when I view undo transactions I have hundreds of transactions by "Anonymous User" on my main index_html every few minutes.
That seems to be a different problem: Apparently, something in your "index_html" writes to the ZODB. This should be avoided ;-) Dieter
Dieter Maurer wrote:
Also when I view undo transactions I have hundreds of transactions by "Anonymous User" on my main index_html every few minutes.
That seems to be a different problem:
Apparently, something in your "index_html" writes to the ZODB. This should be avoided ;-)
There was a bug for Zope 2.5.1 and earlier releases which caused anonymous-HEAD-requests (http://.../page/HEAD) to create a transaction. Upgrading to 2.6.1 fixes this problem. -mj -- Deutsche Zope User Group http://www.dzug.org/
participants (3)
-
Dieter Maurer -
Maik Jablonski -
Mark Stangroom