[Zope-dev] Another 2.9 bug?

Chris Withers chris at simplistix.co.uk
Mon Apr 3 16:23:09 EDT 2006


Hi All,

I see this intermittently on startup:

2006-04-03 21:21:37 ERROR Zope.ZODBMountPoint Failed to mount database. 
exceptio
ns.ValueError (database_name 'packed' already in databases)
Traceback (most recent call last):
   File 
"C:\Zope\2.9.2\lib\python\Products\ZODBMountPoint\MountedObject.py", line
  257, in _getOrOpenObject
     conn = self._getMountedConnection(anyjar)
   File 
"C:\Zope\2.9.2\lib\python\Products\ZODBMountPoint\MountedObject.py", line
  147, in _getMountedConnection
     self._getDB()
   File 
"C:\Zope\2.9.2\lib\python\Products\ZODBMountPoint\MountedObject.py", line
  157, in _getDB
     return getConfiguration().getDatabase(self._path)
   File "C:\Zope\2.9.2\lib\python\Zope2\Startup\datatypes.py", line 280, 
in getDa
tabase
     db = factory.open(name, self.databases)
   File "C:\Zope\2.9.2\lib\python\Zope2\Startup\datatypes.py", line 178, 
in open
     DB = self.createDB(database_name, databases)
   File "C:\Zope\2.9.2\lib\python\Zope2\Startup\datatypes.py", line 175, 
in creat
eDB
     return ZODBDatabase.open(self, databases)
   File "C:\Zope\2.9.2\lib\python\ZODB\config.py", line 105, in open
     databases=databases)
   File "C:\Zope\2.9.2\lib\python\ZODB\DB.py", line 262, in __init__
     raise ValueError("database_name %r already in databases" %
ValueError: database_name 'packed' already in databases

I have a ClientStorage named 'packed' that's mounted into the main 
storage using zope.conf.

This worked fine in 2.7, why am I seeing it now?

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope-Dev mailing list