[Zope] Z2 CONFLICT Competing writes at...

Chris Withers chrisw@nipltd.com
Wed, 14 Feb 2001 12:36:28 +0000


You should really reply to the list as well.

Sorry, I can't help you with this :-S

Chris

Juan Carlos Coruña wrote:
> 
> > -----Mensaje original-----
> > De: Chris Withers [mailto:chrisw@nipltd.com]
> > Enviado el: miércoles, 07 de febrero de 2001 0:06
> > Para: Juan Carlos Coruña; zope@zope.org
> > Asunto: Re: [Zope] Z2 CONFLICT Competing writes at...
> >
> >
> > > 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?
> >
> SQLSession and Z MySQL.
> > What kind of object is 'dealer' and what kind of objects are contained
> > within it?
> >
> dealer is a folder and contains dtml methods, dtml document, python scripts, folders, access rule, MySQL database connection, sesion folder, external method.
> > cheers,
> >
> > Chris