Hello, I have an instance of LeakFinder 0.1.1 running. Someone else installed it there so I'm not sure if it ever worked. But I have just tried it an got the following error: Time 2003/11/06 15:51:43.936 GMT+1 User Name (User Id) gitte (gitte) Request URL http://localhost:10180/Control_Panel/LeakFinder/manage_refcounts Exception Type TypeError Exception Value function takes at most 2 arguments (3 given) Traceback (innermost last): * Module ZPublisher.Publish, line 98, in publish * Module ZPublisher.mapply, line 88, in mapply * Module ZPublisher.Publish, line 39, in call_object * Module Shared.DC.Scripts.Bindings, line 252, in __call__ * Module Shared.DC.Scripts.Bindings, line 283, in _bindAndExec * Module App.special_dtml, line 174, in _exec * Module DocumentTemplate.DT_With, line 61, in render * Module DocumentTemplate.DT_Util, line 201, in eval __traceback_info__: REQUEST * Module <string>, line 0, in ? * Module Products.LeakFinder.LeakFinder, line 240, in manage_getSample * Module Products.LeakFinder.LeakFinder, line 163, in getControlledRefcounts * Module Products.LeakFinder.LeakFinder, line 188, in resetCache TypeError: function takes at most 2 arguments (3 given) Seems like the version of LeakFinder doesn't work with my version of ZODB ? Any other product I can use ? -- Gitte Wange Technical Manager Email: gitte@mmmanager.org Web: http://www.mmmanager.org Tlf: +45 36 46 20 02 Linux - because a PC is a terrible thing to waste
Gitte Wange wrote at 2003-11-6 15:56 +0100:
I have an instance of LeakFinder 0.1.1 running. Someone else installed it there so I'm not sure if it ever worked. But I have just tried it an got the following error: ... Exception Type TypeError Exception Value function takes at most 2 arguments (3 given) ... getControlledRefcounts * Module Products.LeakFinder.LeakFinder, line 188, in resetCache
TypeError: function takes at most 2 arguments (3 given)
The (ZODB-) cache implementation changed. I remember there already was a thread in the mailing list about this issue. The problem was very easy to fix. Please search the Zope mailing list archives. -- Dieter
participants (2)
-
Dieter Maurer -
Gitte Wange