[ZODB-Dev] Different weird errors with Zope 2.8.4

Chris Withers chris at simplistix.co.uk
Tue Nov 29 09:33:59 EST 2005


Hot on the heals of my posts about "Shouldn't load state for" comes the 
eagerly awaited sequel "Couldn't load state for" ;-)

Here's the errors:

2005-11-29T14:24:24 ERROR ZODB.Connection Couldn't load state for 0x6a7ed9
Traceback (most recent call last):
   File "lib/python/ZODB/serialize.py", line 488,
in getState
     return unpickler.load()
   File "lib/python/DateTime/DateTime.py", line
513, in __init__
     raise SyntaxError('Unable to parse %s, %s' % (args, kw))
SyntaxError: (<DateTime.DateTime.SyntaxError instance at 0xb3edc0ec>, <class
DateTime.DateTime.DateTime at 0xb6bc3ecc>, (None,))

2005-11-29T14:24:25 ERROR ZODB.Connection Couldn't load state for 0xdba819
   File "lib/python/ZEO/zrpc/connection.py", line
531, in call
     r_flags, r_args = self.wait(msgid)
   File "lib/python/ZEO/zrpc/connection.py", line
648, in wait
     self.replies_cond.release()
   File "lib/python2.3/threading.py", line 113,
in release
     assert self.__owner is me, "release() of un-acquire()d lock"
AssertionError: release() of un-acquire()d lock

Anyone seen either of these and/or have a hit as to what's causing them?

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the ZODB-Dev mailing list