[ZODB-Dev] "zeoLoad() raised exception" for a TemporaryStorage in a ZEO/Zope cluster

Jeremy Hylton jeremy at zope.com
Tue Jul 15 16:43:09 EDT 2003


On Tue, 2003-07-15 at 11:32, Jan-Wijbrand Kolman wrote:
> The log file didn't tell me what the oid for this KeyError was. But by 
> hacking a print statement in the load() method just now, it indeed 
> printed '\x00\x00\x00\x00\x00\x00\x00\x00'. So, this is just normal(?)

Yes.  This is normal.  With a FileStorage, you'd only see it the first
time you open the storage.  But with a TemporaryStorage, it's got no
persistent state, so you need to create a root object every time you
open it.

Jeremy





More information about the ZODB-Dev mailing list