[Zope] RuntimeError: Shouldn't load state for '\x00\x00\x00\x00\x00\x006\xd1' when the connection is closed
Dieter Maurer
dieter@handshake.de
Thu, 30 Jan 2003 21:08:07 +0100
Jens Vagelpohl wrote at 2003-1-29 17:54 -0500:
> the global cache itself is per-thread (it is a _v_ attribute).
Nevertheless, "_getSatellite" appears to access a persistent object
with a connection reference which has been closed...
> > Thierry Florac wrote at 2003-1-29 08:50 +0100:
> >> .... strange problem named in subject ....
> >> * Module Products.LDAPUserFolder.LDAPUser, line 138, in
> >> _getSatellite
> >> * Module Products.BTreeFolder2.BTreeFolder2, line 241, in
> >> objectCount
> >> * Module BTrees.Length, line 43, in __call__
> >> * Module ZODB.Connection, line 504, in setstate
> >>
> >> RuntimeError: Shouldn't load state for '\x00\x00\x00\x00\x00\x006\xd1'
> >> when the connection is closed
Dieter