[Zope] Fixing Couldn't load state error

Ron Bickers rbickers-dated-997974712.8cc483@logicetc.com
Thu, 9 Aug 2001 11:11:52 -0400


I'm getting the following ERROR:

2001-08-09T14:52:47 ERROR(200) ZODB Couldn't load state for
'\x00\x00\x00\x00\x00\x02\xa4\xbc'
Traceback (innermost last):
  File /usr/local/zope-2.4.0/lib/python/ZODB/Connection.py, line 519, in
setstate
AttributeError: 'None' object has no attribute 'load'

I found in the list archives where I could find the offending object, so I
did:

>>> import Zope
>>> app = Zope.app()
>>> ob = app._p_jar['\x00\x00\x00\x00\x00\x02\xa4\xbc']
>>> print ob.id
broken
>>> print ob.__class__
<extension class
Products.CoreSessionTracking.SessionDataContainer.SessionDataContainerMount
at 816b9b8>

So, what does this mean and what am I supposed to do with this information?

Thanks!
_______________________

Ron Bickers
Logic Etc, Inc.