[Zope] Orphaned objects...

John Sutherland garion@garion.mnb.tzo.net
Wed, 19 Apr 2000 18:44:46 -0400


For some strange reason, I have an object that I can not delete in a folder
(nor can I delete the folder for this reason).. I get the following error:

Error Type: SystemError
Error Value: Failed to import class r from module Record

Traceback:
<!--
Traceback (innermost last):
  File /usr/local/Zope-2.1.4-src/lib/python/ZPublisher/Publish.py, line 214,
in publish_module
  File /usr/local/Zope-2.1.4-src/lib/python/ZPublisher/Publish.py, line 179,
in publish
  File /usr/local/Zope-2.1.4-src/lib/python/Zope/__init__.py, line 202, in
zpublisher_exception_hook
    (Object: ElementWithAttributes)
  File /usr/local/Zope-2.1.4-src/lib/python/ZPublisher/Publish.py, line 165,
in publish
  File /usr/local/Zope-2.1.4-src/lib/python/ZPublisher/mapply.py, line 160,
in mapply
    (Object: manage_delObjects)
  File /usr/local/Zope-2.1.4-src/lib/python/ZPublisher/Publish.py, line 102,
in call_object
    (Object: manage_delObjects)
  File /usr/local/Zope-2.1.4-src/lib/python/OFS/ObjectManager.py, line 395,
in manage_delObjects
    (Object: ElementWithAttributes)
  File /usr/local/Zope-2.1.4-src/lib/python/OFS/ObjectManager.py, line 267,
in _delObject
    (Object: ElementWithAttributes)
  File /usr/local/Zope-2.1.4-src/lib/python/ZODB/Connection.py, line 396, in
setstate
SystemError: (see above)


Any ideas???

--John