Chris Withers  <[EMAIL PROTECTED]> 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   [EMAIL PROTECTED]
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to