[ZCM] [ZC] 2038/ 2 Edit "AttributeError: 'NoneType' object has no attribute 'setLastTid'"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Mon Mar 6 10:37:32 EST 2006


Issue #2038 Update (Edit) "AttributeError: 'NoneType' object has no attribute 'setLastTid'"
 Status Pending, Database/bug medium
To followup, visit:
  http://www.zope.org/Collectors/Zope/2038

==============================================================
= Edit - Entry #2 by shh on Mar 6, 2006 10:37 am

 Changes: submitter email, revised title
________________________________________
= Request - Entry #1 by chrb on Mar 5, 2006 3:29 pm

With zodb-3.6.0 I occasionally see the error:

ERROR:ZEO.zrpc.Connection(C):(localhost:12345)
Asynchronous call raised exception: <ManagedClientConnection
('127.0.0.1', 12345)>
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/ZEO/zrpc/connection.py", line
421, in handle_request

                                ret = meth(*args)

                                                   File
"/usr/lib/python2.4/site-packages/ZEO/ClientStorage.py", line 1114, in
invalidateTransaction

self._cache.setLastTid(tid)

                        AttributeError: 'NoneType' object has no
attribute 'setLastTid'

I'm just connecting to the zeo server and then starting the asyncore
loop thread. Maybe there is some race condition there?
==============================================================



More information about the Zope-Collector-Monitor mailing list