[Zope] ZODB conflict error AFTER adding an 'Access Rules'

Dieter Maurer dieter at handshake.de
Wed Sep 17 13:18:16 EDT 2003


Jean Baltus wrote at 2003-9-16 09:04 +0200:
 > After patching the startup script, I obtain the following details in my
 > errors:
 > 
 > 2003-09-16T09:01:01 INFO(0) ZODB conflict error at
 > /ploneroot/resdir/share/
 > js/share.js: database conflict error (oid 0000000000000011, serial was
 > 034fb0850
 > 4d47222, now 034fb084adf5e580)(1 conflicts since startup at
 > 2003-09-16T08:57:45)
 > 
 > ------
 > 2003-09-16T09:01:02 PROBLEM(100) Localizer The thread number 1928 don't
 > has a re
 > quest object associated.
 > ------
 > 2003-09-16T09:01:21 INFO(0) ZODB conflict error at
 > /ploneroot/linkTransparent
 > .gif: database conflict error (oid 0000000000000012, serial was
 > 034fb0855b17e4b3
 > , now 034fb08504d47222)(2 conflicts since startup at
 > 2003-09-16T08:57:45)
 > ------
 > 2003-09-16T09:01:24 PROBLEM(100) Localizer The thread number 1924 don't
 > has a re
 > quest object associated.
 > 
 > I couldn't figure whether it's a read or write conflict,...

What you see are write conflicts affecting oid 0x11 and 0x12,
respectively.

Read conflicts are reported as "database read conflict error".
Usually, Zope can tell you the oid and the class of the
affected object for read conflicts.


Dieter



More information about the Zope mailing list