[ZODB-Dev] BTrees q [Fwd: [Zope-dev] More Transience weirdness in
2.7.1b1]
Dieter Maurer
dieter at handshake.de
Thu Jun 3 16:35:19 EDT 2004
Chris McDonough wrote at 2004-6-2 16:24 -0400:
>I recently got the below message from a user of Zope sessioning. Zope
>sessioning makes use of ZODB and BTrees, and Steve reports a somewhat
>odd (well, odd to me, at least) error.
> ....
>> It seems that there may still be some strangeness with Transience.
>> We're running Zope-2.7.1b1 (Python 2.3.3, Fedora Core 1) and after using
>> the system for a day or two, it got the following error on a page that
>> accesses the SESSION:
>>
>> Traceback (innermost last):
> ...
>> Module <string>, line 1, in <expression>
>> NameError: name 'SESSION' is not defined
This does not look like a ZODB related problem.
It looks more like a "__before_publishing_traverse__" problem
(with "SESSION" not put into "REQUEST.lazy").
--
Dieter
More information about the ZODB-Dev
mailing list