[ZODB-Dev] [Fwd: [Zope-dev] Weird ConflictErrors on startup]

Chris Withers chrisw@nipltd.com
Mon, 06 Aug 2001 16:31:14 +0100


Chris McDonough wrote:
> 
> I would forward this to ZODB-Dev, perhaps it would help.

Done :-)

> Chris Withers wrote:
> >
> > Hi,
> >
> > I'm trying to move a project from Zope 2.3.2 to Zope 2.4.0.
> >
> > Once I move to 2.4.0, I get lots of the following errors on startup:
> >
> > 2001-08-06T11:32:26 ERROR(200) Zope Couldn't install Membership
> > Traceback (innermost last):
> >   File /usr/local/zope/2.4.0_base/lib/python/OFS/Application.py, line 713, in
> > install_product
> >     (Object: ApplicationDefaultPermissions)
> >     (Info: Membership)
> >   File /usr/local/zope/2.4.0_base/lib/python/ZODB/Transaction.py, line 302, in
> > commit
> >   File /usr/local/zope/2.4.0_base/lib/python/ZODB/Connection.py, line 420, in
> > commit
> >     (Info: (('App.Product', 'Product'), '\x00\x00\x00\x00\x00\x85\x0e\xb5', ''))
> >   File /usr/local/zope/2.4.0_base/lib/python/ZODB/FileStorage.py, line 663, in
> > store
> >     (Object: dev/var/Data.fs)
> > ConflictError: ('\x00\x00\x00\x00\x00\x00\x00\x00', '\x03>9\xad\xbf;\xcbD')

..in fact, when I deleted all the Product object from the Products page in the
ZODB, I got this for every single product :-(

My only remedy so far was to try again on a blank ZODB, which worked. So, I have
a trashed ZODB that can't import products. Any idea hwo to fix it?

cheers,

Chris