To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=114373 Issue #|114373 Summary|migration of OOo 2 user data fails (no com.sun.star.mi |gration.Extensions) Component|framework Version|DEV300m87 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|cd Reported by|sb
------- Additional comments from [email protected] Tue Sep 7 15:25:48 +0000 2010 ------- At least on DEV300_m87 unxsoli4 non-pro: - Old /home/me/.openoffice.org2/user data. - "Transfer personal data" during First Start Wizard: Assertion "Error: Execution of migration service failed (Exception caught). Service: com.sun.star.migration.Extensions; Message: unsatisfied query for interface of type com.sun.star.task.XJob! From File /ooo/desktop/source/migration/migration.cxx at Line 959", and data is indeed not migrated. Reason is that officecfg/registry/data/org/openoffice/Setup.xcu mentions com.sun.star.migration.Extensions in an OpenOffice.org2 etc. migration block, but the corresponding service implementation (in desktop/source/migration/services/oo3extensionmigration.cxx) is not included in OOo's services.rdb. MigrationImpl::doMigration (desktop/source/migration/migration.cxx) calls dectectUIChangesForAllModules [sic], which calls xStorageFactory->createInstanceWithArguments, which (svl/source/fsstor/fsfactory.cxx) throws a css::io::IOException "if ( !::utl::UCBContentHelper::IsFolder( aURL ) )" with aURL="file:///home/me/.openoffice.org2/user/config/soffice.cfg/modules". --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
