Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

0 votes



2 answers

Permanent link
Can you actually copy and paste the full trace of the error in the repotools-jts_addTables.log which should be in the same directory where you run the repotools-jts command? 

0 votes


Permanent link

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".

0 votes

Comments

@rhebronoxford: typically when configuring DB2 as the database for the JTS, the database location requires a trailing semi-colon. Is this not the case for DB2i?

I ask this because it looks like the script adds "metadata source/=1" at the end of the location assuming the original location had a trailing semi-colon. Also, the script should have added a semi-colon after "metadata source/=1" as well.

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 2,357
× 267

Question asked: Oct 02 '12, 12:53 p.m.

Question was seen: 5,585 times

Last updated: Dec 25 '14, 8:08 a.m.

Confirmation Cancel Confirm