Hi
After upgrading our Plone-Site from 4.3.15 to 5.0.7 I also wanted to migrate the content which I asume is Archetype to Dexterity as I guess, this is the recommended way.
However, I went to my site to the @@atct_migrator and clicke don migrate. After some time, the following error was there:
Traceback (innermost last):
- Module ZPublisher.Publish, line 138, in publish
- Module ZPublisher.mapply, line 77, in mapply
- Module ZPublisher.Publish, line 48, in call_object
- Module z3c.form.form, line 233, in __ call__
- Module z3c.form.form, line 228, in update
- Module plone.app.z3cform.csrf, line 21, in execute
- Module z3c.form.action, line 98, in execute
- Module z3c.form.button, line 315, in __ call__
- Module z3c.form.button, line 170, in __ call__
- Module plone.app.contenttypes.migration.browser, line 397, in handle_migrate
- Module plone.app.contenttypes.migration.browser, line 223, in __ call__
- Module plone.app.contenttypes.migration.migration, line 225, in migrate_documents
- Module plone.app.contenttypes.migration.migration, line 50, in migrate
- Module Products.contentmigration.basemigrator.walker, line 144, in go
- Module Products.contentmigration.basemigrator.walker, line 223, in migrate
MigrationError: MigrationError for obj at /Plone/insight/ausnahmen (Document -> Document):
Traceback (most recent call last):
File "/work/plone/buildout-cache/eggs/Products.contentmigration-2.1.15-py2.7.egg/Products/contentmigration/basemigrator/walker.py", line 192, in migrate
migrator.migrate()
File "/work/plone/buildout-cache/eggs/Products.contentmigration-2.1.15-py2.7.egg/Products/contentmigration/basemigrator/migrator.py", line 214, in migrate
self.renameOld()
File "/work/plone/buildout-cache/eggs/Products.contentmigration-2.1.15-py2.7.egg/Products/contentmigration/basemigrator/migrator.py", line 481, in renameOld
unrestricted_rename(self.parent, self.orig_id, self.old_id)
File "/work/plone/buildout-cache/eggs/Products.contentmigration-2.1.15-py2.7.egg/Products/contentmigration/common.py", line 116, in unrestricted_rename
self._setObject(new_id, ob, set_owner=0)
File "/work/plone/buildout-cache/eggs/Products.BTreeFolder2-2.14.0-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 461, in _setObject
notify(ObjectAddedEvent(ob, self, id))
File "/work/plone/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/init.py", line 31, in notify
subscriber(event)
File "/work/plone/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/event.py", line 24, in dispatch
zope.component.subscribers(event, None)
File "/work/plone/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/_api.py", line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File "/work/plone/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/registry.py", line 321, in subscribers
return self.adapters.subscribers(objects, provided)
File "/work/plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 585, in subscribers
subscription(*objects)
File "/work/plone/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/event.py", line 32, in objectEventNotify
zope.component.subscribers((event.object, event), None)
File "/work/plone/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/_api.py", line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File "/work/plone/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/registry.py", line 321, in subscribers
return self.adapters.subscribers(objects, provided)
File "/work/plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 585, in subscribers
subscription(*objects)
File "/work/plone/buildout-cache/eggs/wicked-1.1.12-py2.7.egg/wicked/at/subscriber.py", line 46, in at_handle_target_moved
for field in ISchema(target).fields():
TypeError: ('Could not adapt', None, < InterfaceClass Products.Archetypes.interfaces.schema.ISchema>)
I opened the document mentioned /Plone/insight/ausnahmen
but could not see anything being wrong.
I also checked the topic Migration from AT to Dexterity error but could not really see, what I would have to do...
How can I find out, where the problem is and how to solve it?
I'm not a developer, have very little knowledge of all these things as eggs, archetypes, dexterity and so on: All those words are weird words to me as I just installed plone out of the box and use it as our internal Intranet with Wiki-style linking...
Thank you very much for any help: appreciate it very much! Please tell me, what other information you need from me...
Kind regards
David