[Zope] Can not start 2.5b4 under W2000 after applying fix
Chris McDonough
chrism@zope.com
Wed, 16 Jan 2002 09:18:21 -0500
Hi Robert,
Try this:
1. Shut down your Zope 2.5b4.
2. Cause the SessionDataManager class to not inherit from Persistent
(execute step 2 of Matt's workaround).
3. Execute the following set of commands:
$ cd /path/to/your/zope/lib/python
$ python2.1
Python 2.1.1 (#2, Dec 19 2001, 19:10:39)
[GCC 2.95.3-5 (cygwin special)] on yourplatform
Type "copyright", "credits" or "license" for more information.
>>> import Zope
>>> app = Zope.app()
>>> del app.__before_publishing_traverse__
>>> get_transaction().commit()
4. Exit Python.
5. Cause The SessionDataManager class to inherit from Persistent
(execute step 6 of Matt's workaround).
6. Start Zope.
----- Original Message -----
From: "Robert Rottermann" <robert@redcor.ch>
To: <zope@zope.org>
Sent: Wednesday, January 16, 2002 1:12 AM
Subject: [Zope] Can not start 2.5b4 under W2000 after applying fix
> Good morning,
>
> I installed 2.5b4 on top of an 2.5b3 installation and applied the fix as
> indicated.
> (point 6 of that fix is wrongly worded by the way).
>
> I can start Zope after applying point 2 and remove the
session_data_manager
> object.
>
> When I then apply point 6 and restart Zope it dies while starting.
>
> Robert
>
>
> www.redcor.ch
>
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>