Why is my RTC 3.0.1.4 upgrade to 4.0.0.1 failing at step 1 of jts-upgrade?
jts-upgrade.bat run is failing. Step 1 (repotools-jts -addTables) produces this message:
2012-10-02 09:23:26,552 CRJAZ1093I The following service class was not activated: "com.ibm.team.repository.service.internal.schemagen.PersistentMappingService"
com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1092I The service class "com.ibm.team.repository.service.internal.schemagen.PersistentMappingService" failed during activation.
The setup is Windows 2008 R2 running Apache Tomcat with the tables residing on an IBM i DB2 database.
2012-10-02 09:23:26,552 CRJAZ1093I The following service class was not activated: "com.ibm.team.repository.service.internal.schemagen.PersistentMappingService"
com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1092I The service class "com.ibm.team.repository.service.internal.schemagen.PersistentMappingService" failed during activation.
The setup is Windows 2008 R2 running Apache Tomcat with the tables residing on an IBM i DB2 database.
2 answers
Script had appended the following line in teamserver.properties with "metadata source\=1"
com.ibm.team.repository.db.jdbc.location=puff2.oxfordtkg.com;user\=db2iadmin;password\={password}metadata source\=1
Corrected the line to:
com.ibm.team.repository.db.jdbc.location=puff2.oxfordtkg.com;user\=db2iadmin;password\={password};metadata source\=1
The semi-colon was missing between "{password}" and "metadata source".