[Zope] panic -- ZODB.POSException.ConflictError

Dieter Maurer dieter@handshake.de
Fri, 15 Nov 2002 20:41:28 +0100


Tobias Herp writes:
 > in a customer zope we get this error when creating a certain object type:
 > >>
 > Site Error
 > ...
 > ZODB.POSException.ConflictError
Looks as if the creation of this object type does something strange.

  You get a ConflictError, when two transactions conflict
  accessing the same object.
  In Zope, two transactions (usually) means two threads.

  I have no idea, why you should have 2 different threads accessing some
  (not necessary the newly created) object during your
  object creation.


Dieter