[Zope] Reindex of catalog - keep getting ConflictErrors ?
Dieter Maurer
dieter at handshake.de
Fri Oct 31 16:55:24 EST 2003
Gitte Wange wrote at 2003-10-31 15:37 +0100:
> I have a ZCatalog (in the shape of a portal_catalog in CMF).
> Everytime I go to the Advanced tab and tries to reindex the catalog, I get
> this error and traceback:
> ZODB.POSException.ConflictError
> Sorry, a site error occurred.
>
> Traceback (innermost last):
>
> ...
> * Module ZODB.Transaction, line 235, in commit
> * Module ZODB.Transaction, line 349, in _commit_objects
> * Module ZODB.Connection, line 391, in commit
> __traceback_info__: (('Products.Transience.Transience', 'Increaser'),
> '\x00\x00\x00\x00\x00\x00\x00\x06', '')
> * Module Products.TemporaryFolder.TemporaryStorage, line 134, in store
>
> ConflictError: database conflict error (oid 0000000000000006, serial was
> 0350b50baca92b4c, now 0350b50a6e739abb)
>
> Why is that ?
Indeed: why does your "reindex catalog" write to a session?
Someone else does, too. This gives you a ConflictError.
--
Dieter
More information about the Zope
mailing list