CoreSessionTracking broken under 2.4.0?
Hi all, Python2.1, Solaris 2.6, Zope 2.4.0 compiled from source. CoreSessionTracking 0.8 I get the following on startup 2001-08-03T13:10:29 ERROR(200) Zope Couldn't install CoreSessionTracking Traceback (innermost last): File /home/zope/Zope-2.4.0-src/lib/python/OFS/Application.py, line 657, in install_product (Object: ApplicationDefaultPermissions) (Info: CoreSessionTracking) File /home/zope/Zope-2.4.0-src/lib/python/Products/CoreSessionTracking/__init__.p y, line 97, in initialize File /home/zope/Zope-2.4.0-src/lib/python/App/ProductContext.py, line 233, in registerClass File /home/zope/Zope-2.4.0-src/lib/python/Interface/Util.py, line 66, in instancesOfObjectImplements (Object: SessionIdManager) File /home/zope/Zope-2.4.0-src/lib/python/Interface/Util.py, line 72, in _wi (Object: SessionIdManagerInterface) TypeError: loop over non-sequence Can anyone shed any light on this? ('cos I can't) Thanks Tone. -- Dr Tony McDonald, Assistant Director, FMCC, http://www.fmcc.org.uk/ The Medical School, Newcastle University Tel: +44 191 243 6140 A Zope list for UK HE/FE http://www.fmcc.org.uk/mailman/listinfo/zope
Tony McDonald wrote:
Can anyone shed any light on this? ('cos I can't)
Search the list archives, there's a very simple patch to fix this but Chris M is due to do a new release which solves this any time soon... cheers, Chris
On 3/8/01 2:33 pm, "Chris Withers" <chrisw@nipltd.com> wrote:
Tony McDonald wrote:
Can anyone shed any light on this? ('cos I can't)
Search the list archives, there's a very simple patch to fix this but Chris M is due to do a new release which solves this any time soon...
cheers,
Chris
Cheers Chris, I was bottling it a bit 'cos IIRC it was a Zope security machinery patch (same problem with ZMySQLDA I believe). ChrisM has come through with the goods though, so no worries today. Ta Tone. -- Dr Tony McDonald, Assistant Director, FMCC, http://www.fmcc.org.uk/ The Medical School, Newcastle University Tel: +44 191 243 6140 A Zope list for UK HE/FE http://www.fmcc.org.uk/mailman/listinfo/zope
Yes, Sorry about this, I've been trying to get 0.9 out, but I keep running into "interesting" issues which pushes the release back. It's close. Delete the line "id = 'session_id_mgr'" in SesioningInterfaces.py, and CST 0.8 will work with Zope 2.4.X. HTH, - C Tony McDonald wrote:
Hi all, Python2.1, Solaris 2.6, Zope 2.4.0 compiled from source. CoreSessionTracking 0.8
I get the following on startup
2001-08-03T13:10:29 ERROR(200) Zope Couldn't install CoreSessionTracking Traceback (innermost last): File /home/zope/Zope-2.4.0-src/lib/python/OFS/Application.py, line 657, in install_product (Object: ApplicationDefaultPermissions) (Info: CoreSessionTracking) File /home/zope/Zope-2.4.0-src/lib/python/Products/CoreSessionTracking/__init__.p y, line 97, in initialize File /home/zope/Zope-2.4.0-src/lib/python/App/ProductContext.py, line 233, in registerClass File /home/zope/Zope-2.4.0-src/lib/python/Interface/Util.py, line 66, in instancesOfObjectImplements (Object: SessionIdManager) File /home/zope/Zope-2.4.0-src/lib/python/Interface/Util.py, line 72, in _wi (Object: SessionIdManagerInterface) TypeError: loop over non-sequence
Can anyone shed any light on this? ('cos I can't)
Thanks Tone. -- Dr Tony McDonald, Assistant Director, FMCC, http://www.fmcc.org.uk/ The Medical School, Newcastle University Tel: +44 191 243 6140 A Zope list for UK HE/FE http://www.fmcc.org.uk/mailman/listinfo/zope
_______________________________________________ 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 )
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com "Killing hundreds of birds with thousands of stones"
On 3/8/01 2:33 pm, "Chris McDonough" <chrism@digicool.com> wrote:
Yes,
Sorry about this, I've been trying to get 0.9 out, but I keep running into "interesting" issues which pushes the release back. It's close.
No need to apologise Chris! - I'm just grateful that we have something as neat as CST.
Delete the line "id = 'session_id_mgr'" in SesioningInterfaces.py, and CST 0.8 will work with Zope 2.4.X.
And indeed it was so. Many thanks Tone. -- Dr Tony McDonald, Assistant Director, FMCC, http://www.fmcc.org.uk/ The Medical School, Newcastle University Tel: +44 191 243 6140 A Zope list for UK HE/FE http://www.fmcc.org.uk/mailman/listinfo/zope
participants (3)
-
Chris McDonough -
Chris Withers -
Tony McDonald