[ZODB-Dev] ERROR ZODB.Connection Couldn't load state for 0x01

Dieter Maurer dieter at handshake.de
Mon Mar 10 14:25:51 EDT 2008


Dylan Jay wrote at 2008-3-10 17:37 +1100:
> ...
>I have a few databases being served out of a zeo. I restarted them in a 
>routine operation and now I can't restart due to the following error
>
>Any idea on how to fix this?
>
>
>2008-03-10 06:29:12 ERROR ZODB.Connection Couldn't load state for 0x01
> ....
>line 540, in load_multi_oid
>     conn = self._conn.get_connection(database_name)
>   File "/home/zope/thebe/parts/zope2/lib/python/ZODB/Connection.py", 
>line 328, in get_connection
>     new_con = self._db.databases[database_name].open(
>KeyError: 'edb'

Looks like a configuration problem.

Apparently, there is no database "edb" configured (but for some
reason expected).



-- 
Dieter


More information about the ZODB-Dev mailing list