[ZODB-Dev] debugging a zodb/zeo error

Chris Withers chrisw@nipltd.com
Mon, 03 Dec 2001 10:12:44 +0000


Joseph Wayne Norton wrote:
> 
> 
> 2001-12-03T06:18:10 ERROR(200) ZODB Couldn't load state for
> '\x00\x00\x00\x00\x00\x08\xd1\x8a'
> Traceback (innermost last):
>   File
> /opt/arseed/tfs-lib/zope/zope-2.4.3/lib/python/ZODB/Connection.py,
> line 519, in setstate
> AttributeError: 'None' object has no attribute 'load'

Are you using CoreSessionTracking?

If you search on the zope/zope-dev archives, you should find a thread between me
and ChrisM which explains how you can find out what kind of objet
'\x00\x00\x00\x00\x00\x08\xd1\x8a' is...

cheers,

Chris