[Zope] Wierd 2.2.2 start up problem

Dieter Maurer dieter@handshake.de
Sat, 7 Oct 2000 13:31:15 +0200 (CEST)


J. Atwood writes:
 > I have installed 2.2.2 on more than a few machines.... on my fifth machine I
 > got this after doing the install.
 > 
 > 2000-10-04T19:54:35 ERROR(200) ZODB Couldn't load state for
 > '\000\000\000\000\000\000\000\003'
 > Traceback (innermost last):
 >   File /usr/local/Zope-2.2.2-linux2-x86/lib/python/ZODB/Connection.py, line
 > 446, in setstate
 > ImportError: No module named Document
 > 
 > I have tried wiping it away and trying again like three times. Anyone know
 > what this? Why it is not happening in installs. All RH Linux.
On your fifth machine, the ZODB seems to contain an object
referencing a module "Document" which apparently is not installed.

Activate the logging facility (by starting Zope
with "start .... STUPID_LOG_FILE=zope.log ...") and check,
whether you see anything suspicious in "zope.log".


Dieter