[ZODB-Dev] Weird Error Message

Jeremy Hylton jeremy@zope.com
Thu, 13 Sep 2001 11:41:49 -0400 (EDT)


>>>>> "CW" == Chris Withers <chrisw@nipltd.com> writes:

  >> problem.  Was the storage closed cleanly last time it was
  >> touched?

  CW> Hmm... I think the instance actually died because of this, which
  CW> is very weird.

_restore_index() is only called when a FileStorage is created.  So the
instance would have died, but it only would have died immediately on
startup.  If the instance died before, it was caused by a different
problem.  You might want to check your logs for other warnings or
errors.

Jeremy