[Zope] Strange errors preventing our Zope instance from starting

Dieter Maurer dieter at handshake.de
Tue Jan 6 14:38:59 EST 2004


Bruno Mattarollo wrote at 2004-1-6 11:02 +0100:
>We are running a Zope 2.5.1 (yes, I know, old) version on one of our 
>servers and yesterday we started getting these errors (quite a lot of 
>them) on the error log:
>
>2004-01-05T11:06:05 ERROR(200) ZODB Couldn't load state for 
>'\x00\x00\x00\x00\x00y0s'
>Traceback (innermost last):
>   File /var/Zope/Zope-2.5.1-src/lib/python/ZODB/Connection.py, line 
>447, in setstate
>   File /var/Zope/Zope-2.5.1-src/lib/python/ZODB/FileStorage.py, line 
>582, in load
>     (Object: /var/Zope/instances/cc251/var/Data.fs)
>   File /var/Zope/Zope-2.5.1-src/lib/python/ZODB/FileStorage.py, line 
>557, in _load
>     (Object: /var/Zope/instances/cc251/var/Data.fs)
>POSKeyError: 0000000000793073

Your ZODB became inconsistent: there is a reference to
an object with object id "0x793073" which is not in the
database.
It would not be bad to have a recent backup...

>2004-01-06T06:05:06 PROBLEM(100) ZODB FS FS21  warn: 
>/var/Zope/instances/cc251/var/Data.fs truncated, possib
>ly due to damaged records at 2137747449

This is dangerously near the 2 GB limit.

Are you sure you are using a Python with large file support?

-- 
Dieter



More information about the Zope mailing list