1 Sep
2006
1 Sep
'06
5:11 p.m.
zope-dev@rosenthaltechnologies.com wrote at 2006-9-1 02:54 -0400:
I have a Zope product that relies heavily on a ZCatalog to search for objects within a folder matching certain criteria. The ZCatalog frequently becomes corrupt, and on searching the catalog, the catalog gives me key errors. I'm trying to figure out what causes the corruption so I can stop doing whatever I am doing to corrupt the ZCatalog.
Here are the clues:
You forget to provide us with an essential glue: The complete error information (error type, error value and traceback). You find it in your "error_log" object (in Zope's "Root Folder"). -- Dieter