I'm experimenting with WorldPilor, I'm a ZopeNewbie... do I HAVE to specify an SMTP and IMAP server for it to work...in my site I currently have to login, and it refuses me access, pointing me back at the login form cheers tom --------------------------------------------------- WorldPilot - Get Synced - http://www.worldpilot.org The Open Source Personal Information Manager Server Powered by Python and Zope - http://www.zope.org
Hello, I am getting the following error when moving the Data.fs file between boxes. Both boxes are running 2.1.6 and one is a fresh install. Is this a no no Thanks sathya -------------------- Traceback (innermost last): File \"/var/zope/z2.py\", line 436, in ? exec \"import \"+MODULE in {} File \"<string>\", line 1, in ? File \"/var/zope/lib/python/Zope/__init__.py\", line 109, in ? DB=ZODB.FileStorage.FileStorage (Globals.BobobaseName) File \"/var/zope/lib/python/ZODB/FileStorage.py\", line 301, in __init__ self._pos, self._oid, tid = read_index( File \"/var/zope/lib/python/ZODB/FileStorage.py\", line 1358, in read_index name, pos) File \"/var/zope/lib/python/ZODB/FileStorage.py\", line 218, in panic raise CorruptedTransactionError, message ZODB.FileStorage.CorruptedTransactionError: /var/zope/va r/Data.fs data record exceeds transaction record at 23756 ########################## necessity is the mother of invention ##########################
On Sat, 13 May 2000, sathya wrote:
I am getting the following error when moving the Data.fs file between boxes. Both boxes are running 2.1.6 and one is a fresh install. Is this a no no
Moving a Data.fs file should work. The file format is system independent.
ZODB.FileStorage.CorruptedTransactionError: /var/zope/va r/Data.fs data record exceeds transaction record at 23756
Yuk. This is exactly the error message I had been battling for a couple weeks, thinking I'd found a bug in FileStorage. In my case it turned out to be a weird hardware problem: occasionally a byte or word (not sure which) would get written incorrectly to disk, which showed up as these length errors. It also caused several system binaries to crap out, which was how I figured out it was a hardware problem. --RDM
participants (3)
-
guest -
R. David Murray -
sathya