Z2 CONFLICT Competing writes at...
What means this error? After upgrading from Zope-2.2.5 to 2.3.0 I became this error periodically: ---------- 2001-02-06T09:57:08 INFO(0) Z2 CONFLICT Competing writes at, /dealer/.... Traceback (innermost last): File /home/zope/Zope-2.3.0-src/lib/python/ZPublisher/Publish.py, line 175, in publish File /home/zope/Zope-2.3.0-src/lib/python/Zope/__init__.py, line 235, in commit File /home/zope/Zope-2.3.0-src/lib/python/ZODB/Transaction.py, line 252, in commit File /home/zope/Zope-2.3.0-src/lib/python/ZODB/Connection.py, line 270, in commit ConflictError: '\000\000\000\000\000\000\026j' ----------- but sometimes the ConflictError is: '\000\000\000\000\000\000\026o' Can anyone explain me this error? Thanks.
What means this error?
It means two Zope threads were trying to modify something in the dealer folder at the same time, and in such a way that one thread held onto the object for so long that the other one timed out...
After upgrading from Zope-2.2.5 to 2.3.0 I became this error
What products do you have installed? What kind of object is 'dealer' and what kind of objects are contained within it? cheers, Chris
participants (2)
-
Chris Withers -
Juan Carlos Coruña