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 _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - [email protected] http://mail.zope.org/mailman/listinfo/zodb-dev
