[Zope] Re: Poskey Errors and BTreeFolder

Anton Stonor stonorn at giraffen.dk
Tue Feb 21 05:11:34 EST 2006


Chris Withers wrote:

> This is an error from the ZEO client. Can you have a look in your 
> storage server's log and find the corresponding error (match the 
> date/time). It'll hopefully hold some more clues...

It must be this one:

2005-12-09T18:46:04 INFO(0) zrpc-conn(S):127.0.0.1:33828 zeoLoad() 
raised exception: 0x04b364
Traceback (most recent call last):
  File "/var/www/zope/2.7.8/lib/python/ZEO/zrpc/connection.py", line 
373, in handle_request
    ret = meth(*args)
  File "/var/www/zope/2.7.8/lib/python/ZEO/StorageServer.py", line 240, 
in zeoLoad
    v = self.storage.modifiedInVersion(oid)
  File "/var/www/zope/2.7.8/lib/python/ZODB/FileStorage.py", line 743, 
in modifiedInVersion
    raise POSKeyError(oid)
POSKeyError: 0x04b364

The traceback pattern is the same in all the zeo.log poskeyerror 
messages--just different oids.

/Anton



More information about the Zope mailing list