[ZODB-Dev] Migration to Zope 2.7.4 failed

steffenl steffenl at eas.iis.fhg.de
Wed Jan 19 08:57:04 EST 2005


Hi,

curently I'm working on a Debian OS (testing). I've installed:
 Zope 2.7.4
 Plone2.0.5

I have an old Database that is running on Zope2.6.4 with Plone 1.0.4. After 
copying this old Data.fs File into the Folder of the new Instance and trying 
to migrate, I always recieve this error message:

2005-01-19T14:53:24 INFO(0) Plone:
Dry run selected.
------
2005-01-19T14:53:24 INFO(0) Plone:
Starting the migration from version: 1.0.4
------
2005-01-19T14:53:24 INFO(0) Plone:
Attempting to upgrade from: 1.0.4
------
2005-01-19T14:53:24 INFO(0) Plone:
Upgrade to: 1.0.5, completed
------
2005-01-19T14:53:24 INFO(0) Plone:
Attempting to upgrade from: 1.0.5
------
2005-01-19T14:53:24 ERROR(200) Plone:
Upgrade aborted
------
2005-01-19T14:53:24 ERROR(200) Plone:
Error type: exceptions.AttributeError
------
2005-01-19T14:53:24 ERROR(200) Plone:
Error value: 'module' object has no attribute 'MetadataField'
------
2005-01-19T14:53:24 ERROR(200) Plone:
  File "/opt/Zope2.7.4-instances/intranet/Products/CMFPlone/MigrationTool.py", 
line 254, in upgrade
    newv, msgs = self._upgrade(newv)

------
2005-01-19T14:53:24 ERROR(200) Plone:
  File "/opt/Zope2.7.4-instances/intranet/Products/CMFPlone/MigrationTool.py", 
line 351, in _upgrade
    res = function(self.aq_parent)

------
2005-01-19T14:53:24 ERROR(200) Plone:
  File 
"/opt/Zope2.7.4-instances/intranet/Products/CMFPlone/migrations/v2/oneX_twoBeta2.py", 
line 115, in oneX_twoBeta2
    upgradeSlots2Portlets(portal)

------
2005-01-19T14:53:24 ERROR(200) Plone:
  File 
"/opt/Zope2.7.4-instances/intranet/Products/CMFPlone/migrations/v2/portlet_migration.py", 
line 26, in upgradeSlots2Portlets
    processFolderish(portal)

------
2005-01-19T14:53:24 ERROR(200) Plone:
  File 
"/opt/Zope2.7.4-instances/intranet/Products/CMFPlone/migrations/v2/portlet_migration.py", 
line 35, in processFolderish
    processFolderish(obj)

------
2005-01-19T14:53:24 ERROR(200) Plone:
  File 
"/opt/Zope2.7.4-instances/intranet/Products/CMFPlone/migrations/v2/portlet_migration.py", 
line 32, in processFolderish
    if unwrapped.isPrincipiaFolderish and \

------
2005-01-19T14:53:24 ERROR(200) Plone:
  File "/opt/Zope2.7.4/lib/python/ZODB/Connection.py", line 600, in setstate
    self._set_ghost_state(obj, p)

------
2005-01-19T14:53:24 ERROR(200) Plone:
  File "/opt/Zope2.7.4/lib/python/ZODB/Connection.py", line 639, in 
_set_ghost_state
    state = unpickler.load()

------
2005-01-19T14:53:24 INFO(0) Plone:
End of upgrade path, migration has finished
------
2005-01-19T14:53:24 PROBLEM(100) Plone:
The upgrade path did NOT reach current version
------
2005-01-19T14:53:24 PROBLEM(100) Plone:
Migration has failed
------
2005-01-19T14:53:24 INFO(0) Plone:
Dry run selected, transaction aborted

Could anyone help?

Greetings Steffen


More information about the ZODB-Dev mailing list