[Zope-DB] ZODB/ZEO question.

Dieter Maurer dieter at handshake.de
Sun Apr 3 13:56:28 EDT 2005


Willadsens wrote at 2005-4-1 15:13 -0500:
> ...
>Here is (1) the original trace, failing on the commit:
>
>Traceback (most recent call last):
> ...
> File "/usr/local/lib/python2.4/site-packages/ZODB/Connection.py", line
>610, in commit
>   raise ConflictError(object=obj)
>ZODB.POSException.ConflictError: database conflict error (oid 0x00,
>class persistent.mapping.PersistentMapping)

Apparently, two concurrent transactions try to modify the
root object.

-- 
Dieter


More information about the Zope-DB mailing list