[ZODB-Dev] Consistent POSKeyError with ZEO while importing/pasting
(Zope-2.10.2-final)
Dieter Maurer
dieter at handshake.de
Thu Feb 8 15:33:10 EST 2007
Jo Meder wrote at 2007-2-5 13:05 +0100:
> ...
>Whenever I import a .zexp-file or paste a copied object, I get the
>following traceback in zeo.log (reformatted for better readability).
>This happens even copy-pasting something as simple as a DTML-Method.
>
>------------------------------------------------------------------
>Traceback (most recent call last):
> File "/home/zope/lib/python/ZEO/zrpc/connection.py",
> line 518,
> in handle_request
> ret = meth(*args)
> File "/home/zope/lib/python/ZODB/FileStorage/FileStorage.py",
> line 625, in modifiedInVersion
> pos = self._lookup_pos(oid)
> File "/home/zope/lib/python/ZODB/FileStorage/FileStorage.py",
> line514, in _lookup_pos
> raise POSKeyError(oid)
>POSKeyError: 0x021e8a
>------------------------------------------------------------------
>
>Interestingly everything works just fine when I mount the same Data.fs
>directly in the Zope instance, skipping the ZEO-indirection.
I expect that you also get some exception on the Zope (ZEO client) side
and it may provide more information for localizing the problem.
--
Dieter
More information about the ZODB-Dev
mailing list