[Zope] Zope instance restarting itself
Dieter Maurer
dieter at handshake.de
Thu Oct 7 14:50:08 EDT 2004
Gitte Wange wrote at 2004-10-7 11:26 +0200:
> ...
>I have moved the recovered Data.fs to another machine (and another Zope)
>trying to start the bastard under Zope-2.7 leaving me with this error
>when I start Zope:
>
>ZODB.POSException.ConflictError: database conflict error (oid
>0000000000000013, serial was 034acb34875e1bcc, now 0000000000000000)
This means, that this transaction wanted to create a new
object ("now: 000...") but when it tried to write it, an object
with this oid was already present.
Apparently, the mechanism to assign new "oid"s is broken.
A stale "Data.fs.index" file might be the reason...
--
Dieter
More information about the Zope
mailing list