[Zope-dev] [Zope2] 'zopectl test' failing on the trunk and 2.10 branch

Dieter Maurer dieter at handshake.de
Sun Jan 21 14:35:42 EST 2007


Andreas Jung wrote at 2007-1-20 08:30 +0100:
> ...
>although "make test" reports no errors for the trunk/2.10 branch I get the
>following errors when running "zopectl test". Any ideas?
>line 180, in _getSessionDataObject
>    container = self._getSessionDataContainer()
>  File 
>"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py", 
>line 223, in _getSessionDataContainer
>    raise SessionDataManagerErr, (
>SessionDataManagerErr: External session data container 
>'/temp_folder/session_data' not found.

"session_data" used to be installed by a call to
"OFS.Application.AppInitializer.install_tempfolder_and_sdc"

Maybe, the modern layers forget to call it?



-- 
Dieter


More information about the Zope-Dev mailing list