[ZODB-Dev] ConflictError: database conflict error

Bob Horvath zodb at horvath.com
Thu Jan 6 01:21:55 EST 2005


Dieter Maurer wrote:

>Bob Horvath wrote at 2005-1-5 01:16 -0600:
>  
>
>>...
>><li>  Module ZODB.FileStorage, line 728, in store</li>
>>
>></ul>ConflictError: database conflict error (oid 000000000000cd23, 
>>serial was 03597732139eabdd, now 0000000000000000)
>>    
>>
>
>When the transaction started, the object with oid "cd23" did not 
>exist (this means "now 0000...000") but now that you want to commit,
>there is one with serial "3597...bdd".
>
>I think this should not happen!
>Looks like a bug.
>  
>

Great.  I have a Data.fs file with some serious problems. I am tempted 
to just start over from scratch.  The main thing I am afraid of losing 
is the member information.  Is there any easy easy to just export and 
import the member information out of a Zope site?

On this specific problem, would it do anyone any good to look at my 
Data.fs file to help debug it?  Or is the problem most likely beyond 
where it could easily be debugged.


More information about the ZODB-Dev mailing list