[ZODB-Dev] Re: BTrees strangeness (was [Zope-dev] Zope2.XBIGSession problems - blocker - our site dies - need helpofexperienceZope developer, please)

alex at halogen-dg.com alex at halogen-dg.com
Fri Mar 5 04:58:27 EST 2004


Hi Chris,

I am working according to your plan:

On Thu, 4 Mar 2004, Chris McDonough wrote:

> So, to recap, the ball is in Alex' court.  He should try the following,
> in descending order:
> 
> - Upgrade to Zope 2.7.0 or Zope 2.6.4 if not there already.

At first, I installed 2.6.4 because it was released before 2.7.0. We got
the errors, so I upgraded to Zope 2.7.0. When the problem was 
reproduced in 2.7.0 I wrote first email to mailing list.

So, we are running 2.7.0 now.

> - Use a FileStorage to back the temp_folder database instead
>   of a TemporaryStorage.

Something did not worked for me. I put this:

# from Chris
<zodb_db temporary>
    # Temporary storage database (for sessions)
    <filestorage>
      path $INSTANCE/var/Sessions.fs
    </filestorage>
    mount-point /temp_folder
    container-class Products.TemporaryFolder.TemporaryContainer
</zodb_db>

and commented out the standard 'temporary' section, but,
I do not see Sessions.fs file to appear. I restarted Zope several
times from Control Panel, and finally with zopectl stop, zopectl
start.

I will read more inZope docs now, I do not know how to create the 
Sessions.fs file.

--
Alex V. Koval
http://www.halogen-dg.com/
http://www.zwarehouse.org/




More information about the ZODB-Dev mailing list