RE: [Zope] HELP!! Data.fs corrupted
Actually, I was able to find a good copy of Data.fs. OK, so I copied over to the new server; Zope started OK. I can get to the ZMI but when I try to view my site, I get: Site Error An error was encountered while publishing this resource. AttributeError Sorry, a site error occurred. Traceback (innermost last): * Module ZPublisher.Publish, line 175, in publish_module_standard * Module Products.PlacelessTranslationService.PatchStringIO, line 51, in new_publish * Module ZPublisher.Publish, line 132, in publish * Module Zope.App.startup, line 204, in zpublisher_exception_hook * Module ZPublisher.Publish, line 92, in publish * Module Products.UserTrack.UserTrack, line 75, in wrappedTraverse * Module ZPublisher.BaseRequest, line 433, in traverse * Module AccessControl.User, line 641, in validate * Module Products.GroupUserFolder.GroupUserFolder, line 980, in authenticate Any ideas?? -----Original Message----- From: Dieter Maurer [mailto:dieter@handshake.de] Sent: Wednesday, August 31, 2005 12:28 PM To: Paul Sue Cc: zope@zope.org Subject: Re: [Zope] HELP!! Data.fs corrupted Paul Sue wrote at 2005-8-31 01:31 -0700:
... ./repozo.py -Rv -r /temp/recover -o Data.fs
However, when I start up Zope, I get:
2005-08-31T01:20:21 PANIC(300) ZODB FS FS21 ERROR: /home/zope/ssoi/var/Data.fs data record exceeds transaction record at 54956706 .... .... ZODB.FileStorage.CorruptedTransactionError: /home/zope/ssoi/var/Data.fs data record exceeds transaction record at 54956706
You may try "fsrecover". Be warned however, that it will loose information (at least the broken transaction will be lost). -- Dieter
Paul Sue wrote at 2005-8-31 14:36 -0700:
... * Module AccessControl.User, line 641, in validate * Module Products.GroupUserFolder.GroupUserFolder, line 980, in authenticate
There were a few more lines after this traceback -- essential ones. Look at them and then look at line 980 in the module identified above. -- Dieter
participants (3)
-
Dieter Maurer -
Jens Vagelpohl -
Paul Sue