Re: [Zope] bad ZCatalog behavior

2005-08-11 Thread Andy Altepeter
On Wednesday 10 August 2005 04:32 pm, Dieter Maurer wrote: Andy Altepeter wrote at 2005-8-8 08:15 -0500: There seems to be a problem with my ZCatalog, and it seems to be getting worse as time goes by. ... Module ZODB.Connection, line 562, in setstate Module ZODB.Connection, line 601,

Re: [Zope] bad ZCatalog behavior

2005-08-11 Thread Dieter Maurer
Andy Altepeter wrote at 2005-8-11 07:22 -0500: ... In fact, this looks like a broken pickle in your ZODB storage (and not like a ZCatalog problem). I think I've fixed this issue, but for future reference, is there any way to remove a broken pickle? No, because there should be no broken

Re: [Zope] bad ZCatalog behavior

2005-08-10 Thread Dieter Maurer
Andy Altepeter wrote at 2005-8-8 08:15 -0500: There seems to be a problem with my ZCatalog, and it seems to be getting worse as time goes by. ... Module ZODB.Connection, line 562, in setstate Module ZODB.Connection, line 601, in _set_ghost_state AttributeError: 'str' object has no attribute

[Zope] bad ZCatalog behavior

2005-08-08 Thread Andy Altepeter
Hi there, There seems to be a problem with my ZCatalog, and it seems to be getting worse as time goes by. When my CatalogPathAware objects unindex themselves, sometimes I get an attribute error like: AttributeError: 'str' object has no attribute 'append' Traceback (innermost last): Module