[ZODB-Dev] Another weird error...
Jeremy Hylton
jeremy@zope.com
Tue, 21 May 2002 11:16:32 -0400
>>>>> "CW" == Chris Withers <chrisw@nipltd.com> writes:
CW> Jeremy Hylton wrote:
>>
>> Looks like the FileStorage was closed before you called load().
CW> And how on earth could that happen? This is just a simple,
CW> normal, boring Zope install...
That's not really a ZODB question <0.3 wink>.
Is there anything in your debug log that looks relevant? A
FileStorage doesn't just close itself, but I don't have any idea what
in Zope does close the storage.
Jeremy