[ZODB-Dev] ioerror on mounting db (zope mounpoint)

Dieter Maurer dieter at handshake.de
Thu Jan 26 13:49:01 EST 2006


Jürgen Herrmann wrote at 2006-1-25 23:08 +0100:
>hmm, there's definitely no other zope process around at that time.

But something helds the file lock...

This something is either another process or this one trying to
open the same storage twice...

>could it be that the index is just being recreated at that time?

No.

The index is handled only after the storage file was successfully locked
(and this fails in your case)...

-- 
Dieter


More information about the ZODB-Dev mailing list