[ZODB-Dev] What does this POSKeyError mean?

Dieter Maurer dieter at handshake.de
Wed Oct 8 14:56:32 EDT 2003


Chris Withers wrote at 2003-10-7 11:58 +0100:
 > 2003-10-04T02:26:15 INFO(0) zrpc-conn:212.49.213.7:34807 modifiedInVersion() 
 > raised exception: 00000000000047dc
 > Traceback (innermost last):
 >    File /usr/local/zope/2.6.2/lib/python/ZEO/zrpc/connection.py, line 234, in 
 > handle_request
 >    File /usr/local/zope/2.6.2/lib/python/ZODB/FileStorage.py, line 689, in 
 > modifiedInVersion
 >      (Object: /home/zope/x.fs)
 > POSKeyError: 00000000000047dc

What is always means: You try to reference an object (identified via
an OID) which is not present in the storage.


Dieter



More information about the ZODB-Dev mailing list