Re: mayday: zope does not start with ERROR ZODB.Connection Couldn't load state for 0x01 error
"Dieter Maurer" <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
robert rottermann wrote at 2007-2-6 18:55 +0100: >sorry for crossposting. >after stoping and restarting zope one of the zeo/zope instances does >not start anymore, and stop with an error. > >what could be the reason. how can we fix it. >fstest.py does not report any error. The object with oid "0x1" is the "Application" object. The error message indicates that it still is referenced in the root object but is no longer itself in the ZODB. It is quite difficult to create such a situation. Truncating the file drastically may produce such a result. -- Dieter