It's all about the answers!

Ask a question

Error during migration of RRC(v4.x) to RDNG(v5.0.2) when running repotools.sh -addTables


Luiz Almeida (23016191) | asked Apr 29 '15, 12:35 p.m.
After running "repotools-rm.sh -migration_rm_updateConfigurationFiles" I tried to run "repotools.sh -addTables", but the following error is raised:

WARNING: You are about to update the tables for the database "//x.x.x.x.:1683;databaseName=JAZZ_RM;user=xxxxxxxx;password=xxxxxxxx;".
This action cannot be undone.  Do you wish to continue?  Enter Y to confirm.
y
Adding tables to the database "//x.x.x.x:1683;databaseName=JAZZ_RM;user=xxxxxxxx;password=xxxxxxxx;".
CRJAZ8191W: The full-text index location is not set
Plug-in "com.ibm.team.dashboard.viewlets.service" was unable to instantiate class "com.ibm.team.dashboard.viewlets.service.internal.feed.FeedService".
CRJAZ1093E The "com.ibm.team.dashboard.viewlets.service.internal.feed.FeedService" feature could not start.
CRJAZ2692I No new type handlers found for the current model versions.
The user "ADMIN" has logged in to the database "//10.100.1.21:1683;databaseName=JAZZ_RM;user=xxxxxxxx;password=xxxxxxxx;".
CRJAZ1445E There was an error processing the migration handler named "com.ibm.team.jfs.indexes" for the package "null".
CRJAZ1972E The "com.ibm.team.jfs.indexing.service.internal.IndexDataMigrationHandler" service failed to activate because a service that it depends on, "com.ibm.team.jfs.indexing.service.IHttpIndexingService", failed to be activated.
CRJAZ1445E There was an error processing the migration handler named "com.ibm.team.jfs.indexes" for the package "null".
CRJAZ1972E The "com.ibm.team.jfs.indexing.service.internal.IndexDataMigrationHandler" service failed to activate because a service that it depends on, "com.ibm.team.jfs.indexing.service.IHttpIndexingService", failed to be activated.
Running post addTables for "com.ibm.team.repository"...
CRJAZ2661I The database will now be searched for private contexts missing self references. Any missing references will be repaired.
Added self references to 0 contexts in 3 ms.
Running post addTables for "com.ibm.team.repository.auth"...
Running post addTables for "com.ibm.team.process"...
        CRJAZ0683I An error occurred during the post-import handler for the "com.ibm.team.process" namespace. CRJAZ6028E An exception occurred instantiating a process migration helper.. See the log file "/opt/IBM/CLM5.0.2/JazzTeamServer/server/repotools-rm_addTables.log" for details.
Running post addTables for "com.ibm.team.jfs.resource"...
Running post addTables for "com.ibm.team.markers"...
Running post addTables for "com.ibm.team.reports"...
Running post addTables for "com.ibm.team.repository.friends"...
Running post addTables for "Full Text Migration Handler"...
Running post addTables for "Full Text Migration Handler"...
The user "ADMIN" has logged out of the database "//10.100.1.21:1683;databaseName=JAZZ_RM;user=xxxxxxxx;password=xxxxxxxx;".
CRJAZ1791E The migration completed with errors. The imported database is unstable and should not be used without further analysis.


One of the errors in log file is:

2015-04-29 12:14:49,457 CRJAZ1445E There was an error processing the migration handler named "com.ibm.team.jfs.indexes" for the package "null".
com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1972E The "com.ibm.team.jfs.indexing.service.internal.PostAddTablesIndexesMerge" service failed to activate because a service that it depends on, "com.ibm.team.jfs.indexing.service.IHttpIndexingService", failed to be activated.
.
.
.
Caused by: com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1972E The "com.ibm.team.jfs.indexing.service.internal.HttpIndexingService" service failed to activate because a service that it depends on, "com.ibm.team.jfs.indexing.service.IMergeIndexService", failed to be activated.
        at com.ibm.team.repository.common.transport.internal.registry.AbstractActivationManagerOwner.buildServicesMap(AbstractActivationManagerOwner.java:371)

Comments
Donald Nong commented Apr 29 '15, 11:39 p.m.

Any reason that you ran the scripts separately rather than using the wrapper script upgrade/rm/rm_upgrade.sh? Also, the second part of the error is not that useful for investigating the issue as it is for the operation "PostAddTablesIndexesMerge".

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.