[ZODB-Dev] ZEO error, fixed in later release?

Florent Guillaume fg at nuxeo.com
Thu May 19 09:34:02 EDT 2005


Chris Withers  <chris at simplistix.co.uk> wrote:
> I see this every so often on a customer server:
> 
> ERROR(200) zrpc-conn:x.x.x.x:8903 Asynchronous call raised
> exception: <ManagedConnection ('x.x.x.x', 8903)>
> Traceback (most recent call last):
>    File "zope/lib/python/ZEO/zrpc/connection.py", line
> 267, in handle_request
>      ret = meth(*args)
>    File "zope/lib/python/ZEO/ClientStorage.py", line
> 1103, in invalidateTransaction
>      self._process_invalidations(args)
>    File "zope/lib/python/ZEO/ClientStorage.py", line
> 1066, in _process_invalidations
>      self._cache.invalidate(oid, version=version)
>    File "zope/lib/python/ZEO/ClientCache.py", line
> 297, in invalidate
>      p = self._get(oid, None)
> AttributeError: ClientCache instance has no attribute '_get'

What ZODB version?

Reading the code shows that _cache.open() has not been called, so there
is no _get method. But I didn't go further.

Florent

-- 
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   fg at nuxeo.com


More information about the ZODB-Dev mailing list