RV: [Zope] Z2 CONFLICT Competing writes at...
Juan Carlos Coruña
jcoruna@umd.es
Wed, 14 Feb 2001 13:59:18 +0100
> -----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