Paste: zodb mount point problem after upgrading zope.component

Author: toni
Mode: python
Date: Mon, 17 Jan 2011 16:00:24
Plain Text |
2011-01-17 16:55:31 ERROR Zope.ZODBMountPoint Failed to mount database. <class 'ZConfig.ConfigurationError'> (No database configured for mount point at /10/mnt)
Traceback (most recent call last):
  File "/home/zope/eggs.debug/Zope2-2.12.13-py2.6-linux-i686.egg/Products/ZODBMountPoint/MountedObject.py", line 251, in _getOrOpenObject
    conn = self._getMountedConnection(anyjar)
  File "/home/zope/eggs.debug/Zope2-2.12.13-py2.6-linux-i686.egg/Products/ZODBMountPoint/MountedObject.py", line 146, in _getMountedConnection
    self._getDB()
  File "/home/zope/eggs.debug/Zope2-2.12.13-py2.6-linux-i686.egg/Products/ZODBMountPoint/MountedObject.py", line 156, in _getDB
    return getConfiguration().getDatabase(self._path)
  File "/home/zope/eggs.debug/Zope2-2.12.13-py2.6-linux-i686.egg/Zope2/Startup/datatypes.py", line 283, in getDatabase
    name = self.getName(mount_path)
  File "/home/zope/eggs.debug/Zope2-2.12.13-py2.6-linux-i686.egg/Zope2/Startup/datatypes.py", line 300, in getName
    self._mountPathError(mount_path)
  File "/home/zope/eggs.debug/Zope2-2.12.13-py2.6-linux-i686.egg/Zope2/Startup/datatypes.py", line 277, in _mountPathError
    % mount_path)
ConfigurationError: No database configured for mount point at /10/mnt

New Annotation

Summary:
Author:
Mode:
Body: