[ZODB-Dev] problem with _p_mtime

2008-12-04 Thread Miles
Hi, I've moved a FileStorage from one (old) machine to another (new) machine, but when I mount it on the new machine I get a lot of time errrors: Traceback (innermost last): Module ZPublisher.Publish, line 115, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Pu

Re: [ZODB-Dev] strange commit error

2008-12-04 Thread Miles
Hi, Thanks for your help >> >>(from ZODB.serialize.py - line 350) >> >>if obj._p_jar._implicitlyAdding(oid): >>raise InvalidObjectReference( >>"A new object is reachable from multiple >> databases. " >>"Won't try to guess

Re: [ZODB-Dev] problem with _p_mtime

2008-12-04 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miles wrote: > Hi, > > I've moved a FileStorage from one (old) machine to another (new) > machine, but when I mount it on the new machine I get a lot of time errrors: > > Traceback (innermost last): >Module ZPublisher.Publish, line 115, in publi

Re: [ZODB-Dev] Are there any IBlobStorage implementations outside of the ZODB implementation packages?

2008-12-04 Thread Jim Fulton
On Dec 4, 2008, at 1:27 AM, Christian Theune wrote: > On Wed, 2008-12-03 at 14:19 -0500, Jim Fulton wrote: >> I need to add a method to IBlobStorage. I don't think there are any >> IBlobStorage implementations outside of the ZODB project (other than >> zc.beforestorage). If this is the case, I d

Re: [ZODB-Dev] problem with _p_mtime

2008-12-04 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miles Waller wrote: > Tres Seaver wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Miles wrote: >> >>> Hi, >>> >>> I've moved a FileStorage from one (old) machine to another (new) >>> machine, but when I mount it on the new machine

Re: [ZODB-Dev] strange commit error

2008-12-04 Thread Jim Fulton
On Dec 4, 2008, at 8:46 AM, Miles wrote: > Hi, > > Thanks for your help > > > >>> >>> (from ZODB.serialize.py - line 350) >>> >>> if obj._p_jar._implicitlyAdding(oid): >>> raise InvalidObjectReference( >>> "A new object is reachable from multiple >>> d

Re: [ZODB-Dev] problem with _p_mtime

2008-12-04 Thread Dieter Maurer
Miles wrote at 2008-12-4 13:39 +: >I've moved a FileStorage from one (old) machine to another (new) >machine, but when I mount it on the new machine I get a lot of time errrors: > >Traceback (innermost last): > Module ZPublisher.Publish, line 115, in publish > Module ZPublisher.mapply, lin

Re: [ZODB-Dev] problem with _p_mtime

2008-12-04 Thread Alan Runyan
We run consistency checks on the ZODB - the same as we do on SVN -- nightly. http://svn.zope.org/ZODB/trunk/src/ZODB/scripts - fstest.py - checkbtrees.py - fsrefs.py We have never had corruption in years. But I just wanted to ask what people are doing to find any problems with consistency

Re: [ZODB-Dev] problem with _p_mtime

2008-12-04 Thread Godefroid Chapelle
Alan Runyan wrote: > We run consistency checks on the ZODB - the same as we do on SVN -- nightly. > > http://svn.zope.org/ZODB/trunk/src/ZODB/scripts > - fstest.py > - checkbtrees.py > - fsrefs.py When reading documentation of fsrefs.py, I see it is not recommended to run it again a live