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
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to