Tino Wildenhain wrote:
Hi,
On Wed, 2004-10-06 at 11:05, Gitte Wange wrote:
Hello,
I have a Zope-2.6.1 instance running which behaves very weird. It restarts itself :-( First I discovered that the Data.fs truncated and restarted Zope. I then used fsrecovery.py on the Data.fs and it removed a bad transaction. Then I started Zope with the new Data.fs file. Now the instans restarts at the same time but without the error - infact withput any error. Any hints on how I can debug this?
with zope2.6 modify the start script to have the -D at the end so zope does not detach from terminal and you see all output.
Thanks - I missed that. So I can see that the Data.fs is STILL getting truncated because of corrupted data. Well I have already used fsrecovery.py (from Zope-2.6.2 because the one in 2.6.1 should be broken). Any other good voodoo tricks to be practised? :) Greetings, Gitte Wange