[Zope] help me: ZODB Couldn't load state
Dieter Maurer
dieter@handshake.de
Fri, 29 Mar 2002 13:02:18 +0100
Navindra Umanee writes:
>
> dot.kde.org suddenly broke and I have no idea why or how to fix it.
> Please help me. Desperate. Please CC if possible.
>
> 2002-03-27T06:29:29 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\000\001\002\275'
> Traceback (innermost last):
> File /var/zope/lib/python/ZODB/Connection.py, line 533, in setstate
> UnpicklingError: invalid load key, ''.
I have seen this in several occasions:
* Zope 2.4.x (x <= 3) with Python 2.1.1
This configuration can cause memory corruption with all sorts
of weird behaviours.
Restarting Zope caused the problem to disappear temporarily.
* Persistency bugs caused by improper sharing or caching (in
Zope applications).
Restarting Zope caused the problem to disappear temporarily.
* Zope with older ZEO servers sometimes told this.
Has been auto repairing. No special action necessary.
Dieter