Re: [Zope] POSKeyError nightmare

2005-10-16 Thread Dieter Maurer
Kevin Carlson wrote at 2005-10-10 18:37 -0400: ... I'm not sure I understand what you mean by fixing them all as shown above. You mention loading the object from the ZODB and deleting the broken references, but I'm not sure how to do that. fsrefs tells you the OID of objects containing broken

Re: [Zope] POSKeyError nightmare

2005-10-10 Thread Kevin Carlson
Dieter, I'm not sure I understand what you mean by fixing them all as shown above. You mention loading the object from the ZODB and deleting the broken references, but I'm not sure how to do that. I have looked around for info on loading objects by oid but cannot find anything helpful.

Re: [Zope] POSKeyError nightmare

2005-09-25 Thread Dieter Maurer
Kevin Carlson wrote at 2005-9-24 22:28 -0400: ... File /opt/Zope-2.7/lib/python/Products/ZCatalog/Lazy.py, line 138, in __init__ else: self._len = len(seq) File /opt/Zope-2.7/lib/python/ZODB/Connection.py, line 559, in setstate p, serial = self._storage.load(oid, self._version)

[Zope] POSKeyError nightmare

2005-09-24 Thread Kevin Carlson
Hi all, Rather large message with tracebacks and all -- any help is greatly appreciated... I have tried to rid a large Zope DB of a POSKeyError to no avail. I have tried the method that traverses the folder which contains the offending object using try/except to catch the POSKeyError, but

[Zope] POSKeyError nightmare

2005-09-24 Thread Kevin Carlson
Hi all, Rather large message with tracebacks and all -- any help is greatly appreciated... I have tried to rid a large Zope DB of a POSKeyError to no avail. I have tried the method that traverses the folder which contains the offending object using try/except to catch the POSKeyError, but