Correpted Error while Packing zope databse
hi all, I am using Zope-2.7.5 final version with Python-2.3.5. I have a problem in packing of Database, whenever i click on Pack button within ControlPanel/Database/main, i am receiving error as Correpted error Log is as follows * Module ZODB.DB, line 555, in pack * Module ZODB.FileStorage, line 1582, in pack * Module ZODB.fspack, line 700, in pack * Module ZODB.fspack, line 455, in findReachable * Module ZODB.fspack, line 475, in buildPackIndex * Module ZODB.fspack, line 166, in checkTxn * Module ZODB.fspack, line 161, in fail CorruptedError: /srv/sites/intrapmo/var/Data.fs:298657432:time-stamp reduction: 0x035f3aa3f3818c55 <= 0x035f3f0dfa5d0289 i am not getting why excatly this error is comming. any suggessions or solutions from your side is most welcome Thanking You Anand Tiwari
atiwari@zeomega.com wrote at 2006-9-25 15:34 +0530:
I am using Zope-2.7.5 final version with Python-2.3.5. I have a problem in packing of Database, whenever i click on Pack button within ControlPanel/Database/main, i am receiving error as Correpted error
Log is as follows
* Module ZODB.DB, line 555, in pack * Module ZODB.FileStorage, line 1582, in pack * Module ZODB.fspack, line 700, in pack * Module ZODB.fspack, line 455, in findReachable * Module ZODB.fspack, line 475, in buildPackIndex * Module ZODB.fspack, line 166, in checkTxn * Module ZODB.fspack, line 161, in fail
CorruptedError: /srv/sites/intrapmo/var/Data.fs:298657432:time-stamp reduction: 0x035f3aa3f3818c55 <= 0x035f3f0dfa5d0289
i am not getting why excatly this error is comming. any suggessions or solutions from your side is most welcome
If you search the mailing list archive (via your favorit search enging, searching for "time-stamp reduction"), you will find that the error happens occationally and what it causes it. -- Dieter
atiwari@zeomega.com wrote:
CorruptedError: /srv/sites/intrapmo/var/Data.fs:298657432:time-stamp reduction: 0x035f3aa3f3818c55 <= 0x035f3f0dfa5d0289
My guess would be that your server's time went backwards at some point. Either that or something weird wrong with the server's hardware... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
atiwari@zeomega.com -
Chris Withers -
Dieter Maurer