[Zope-dev] Cryptic error messages...

Brett Carter bacarter@kavi.com
Tue, 28 Mar 2000 14:23:51 -0800 (PST)


I have two objects in my database I can't delete - I get the following
error when I try:

<!--
 Error type:  SystemError
 Error value: Failed to import class ImplicitAcquirerWrapper from module
Acquisition
 -->

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

I'm also getting:
ERROR(200) ZODB Couldn't load state for '\000\000\000\000\000\000\007x'
from the z2 server

I'm running zope 2.1.2 on linux,
TIA
-Brett