That something wouldn't have bee a Zope Draft would it? I put a bug report in a few weeks ago about this, check the collector for the status of this bug. HTH Phil phil@philh.org ----- Original Message ----- From: Thaxter, Jason M. <Jason.M.Thaxter@abc.com> To: <zope@zope.org> Sent: Tuesday, August 10, 1999 4:52 PM Subject: [Zope] ZODB corruption? WWYD?
I had a problem removing an item from a folder:
Zope has encountered an error while publishing this resource.
exceptions.AttributeError
Sorry, a Zope error occurred.
Traceback (innermost last): File /zope/Zope-2.0.0b1-src/lib/python/ZPublisher/Publish.py, line 256, in publish_module File /zope/Zope-2.0.0b1-src/lib/python/ZPublisher/Publish.py, line 161, in publish File /zope/Zope-2.0.0b1-src/lib/python/ZPublisher/mapply.py, line 154, in mapply (Object: manage_delObjects) File /zope/Zope-2.0.0b1-src/lib/python/ZPublisher/Publish.py, line 98, in call_object (Object: manage_delObjects) File /zope/Zope-2.0.0b1-src/lib/python/OFS/ObjectManager.py, line 392, in manage_delObjects (Object: ElementWithAttributes) File /zope/Zope-2.0.0b1-src/lib/python/OFS/ObjectManager.py, line 264, in _delObject (Object: ElementWithAttributes) File /zope/Zope-2.0.0b1-src/lib/python/Products/OFSP/Draft.py, line 218, in manage_beforeDelete (Object: AddocPart) File /zope/Zope-2.0.0b1-src/lib/python/Products/OFSP/Draft.py, line 174, in nonempty (Object: AddocPart) AttributeError: VersionBase
I tried bbb.py to see what's up:
machine$ python utilities/bbb.py var/Data.fs
Corrupted data record at 9
Are there tools available for fixing this? Of course, this is only a test site, so I don't really care if I lose data, but would I normally expect
to
lose all data following this record? I assume that data loss could be minimized by exporting useful objects and re-importing them, but I need to know if this is the right fix before beginning to use anything "for real".
JT
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )