Guest User

Untitled

a guest
Jul 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. Upgrade report
  2.  
  3. Dry run selected.
  4. Starting the migration from version: 3.3.4
  5. Cleaned up the toolset registry.
  6. Ran upgrade step: Cleanup the persistent tool registry.
  7. Upgrade aborted. Error:
  8. Traceback (most recent call last):
  9. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/Plone-4.0a3-py2.6.egg/Products/CMFPlone/MigrationTool.py", line 160, in upgrade
  10. step['step'].doStep(setup)
  11. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/upgrade.py", line 141, in doStep
  12. self.handler(tool)
  13. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/plone.app.upgrade-1.0a3-py2.6.egg/plone/app/upgrade/v40/alphas.py", line 43, in updateToolset
  14. loadMigrationProfile(context, name)
  15. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/plone.app.upgrade-1.0a3-py2.6.egg/plone/app/upgrade/utils.py", line 104, in loadMigrationProfile
  16. context.runAllImportStepsFromProfile(profile, purge_old=False)
  17. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 331, in runAllImportStepsFromProfile
  18. ignore_dependencies=ignore_dependencies)
  19. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 1079, in _runImportStepsFromContext
  20. steps = self.getSortedImportSteps()
  21. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 253, in getSortedImportSteps
  22. for step in set(steps) ]
  23. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 259, in getImportStepMetadata
  24. res=self._import_registry.getStepMetadata(step, default)
  25. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/registry.py", line 264, in getStepMetadata
  26. result['invalid'] = _resolveDottedName( result[ 'handler' ] ) is None
  27. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/utils.py", line 111, in _resolveDottedName
  28. module = __import__( '.'.join( parts_copy ) )
  29. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/Products.PloneFormGen-1.5.5-py2.6.egg/Products/PloneFormGen/__init__.py", line 14, in <module>
  30. from Products import PythonField, TALESField, TemplateFields
  31. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/Products.PythonField-1.1.2-py2.6.egg/Products/PythonField/__init__.py", line 25, in <module>
  32. from _field import PythonField
  33. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/Products.PythonField-1.1.2-py2.6.egg/Products/PythonField/_field.py", line 31, in <module>
  34. class PythonWidget(TextAreaWidget):
  35. File "/Users/leejoramo/Sites/Plone4/buildout-cache/eggs/Products.PythonField-1.1.2-py2.6.egg/Products/PythonField/_field.py", line 33, in PythonWidget
  36. __implements__ = TextAreaWidget.__implements__
  37. AttributeError: type object 'TextAreaWidget' has no attribute '__implements__'
  38. End of upgrade path, migration has finished
  39. The upgrade path did NOT reach current version
  40. Migration has failed
  41. Dry run selected, transaction aborted
  42. Version Overview
  43.  
  44. Plone 4.0a3
  45. Zope 2.12.1
  46. Python 2.6.4 (r264:75706, Jan 21 2010, 11:30:14) [GCC 4.0.1 (Apple Inc. build 5465)]
Add Comment
Please, Sign In to add comment