Re: [ZODB-Dev] RelStorage zodbconvert, ConflictError on Zope2 startup

2011-07-19 Thread Shane Hathaway
On 07/18/2011 02:16 PM, Sean Upton wrote: On Fri, Jul 15, 2011 at 5:35 PM, Shane Hathawaysh...@hathawaymix.org wro= te: I am thinking of changing the memcache code to use a random per-database = key prefix. =A0If I had done that already, you would not have run into this problem, since

Re: [ZODB-Dev] RelStorage zodbconvert, ConflictError on Zope2 startup

2011-07-18 Thread Sean Upton
On Fri, Jul 15, 2011 at 5:35 PM, Shane Hathaway sh...@hathawaymix.org wro= te: I am thinking of changing the memcache code to use a random per-database = key prefix. =A0If I had done that already, you would not have run into this problem, since clearing the database would cause RelStorage to

Re: [ZODB-Dev] RelStorage zodbconvert, ConflictError on Zope2 startup

2011-07-15 Thread Shane Hathaway
On 07/14/2011 11:21 PM, Sean Upton wrote: On Thu, Jul 14, 2011 at 3:28 PM, Sean Uptonsdup...@gmail.com wrote: Full traceback: http://pastie.org/2214036 I am able to avoid this by commenting out cache-servers and cache-module-name in my zope.conf. Looks like the ConflictError at start-up is

Re: [ZODB-Dev] RelStorage zodbconvert, ConflictError on Zope2 startup

2011-07-14 Thread Hanno Schlichting
On Thu, Jul 14, 2011 at 9:32 PM, Sean Upton sdup...@gmail.com wrote: ZODB.POSException.ConflictError: database conflict error (oid 0x00, class persistent.mapping.PersistentMapping, serial this txn started with 0x038fa89e48c295cc 2011-07-13 14:22:17.053148, serial currently committed

Re: [ZODB-Dev] RelStorage zodbconvert, ConflictError on Zope2 startup

2011-07-14 Thread Sean Upton
On Thu, Jul 14, 2011 at 1:43 PM, Hanno Schlichting ha...@hannosch.eu wrote: On Thu, Jul 14, 2011 at 9:32 PM, Sean Upton sdup...@gmail.com wrote: Full traceback: http://pastie.org/2214036 That's weird, you are getting a conflict error on inserting the root application object (oid 0x00). I am