[ZODB-Dev] ConflictError?

Chris Withers chrisw@nipltd.com
Thu, 26 Jul 2001 19:18:29 +0100


Hi, I have a Python process updating a ZODB via a ZEO connection.

Every so often, it dies as follows:

> Traceback (most recent call last):
>     get_transaction().commit()
>    File "C:\Zope\2-4-0B~2\lib\python\ZODB\Transaction.py", line 302, in commit
>     j.commit(o,self)
>    File "C:\Zope\2-4-0B~2\lib\python\ZODB\Connection.py", line 324, in commit
>     raise ConflictError, `oid`
>  ConflictError: '\x00\x00\x00\x00\x00\x002\x92'

What's going on? What should I do?

cheers,

Chris