It's all about the answers!

Ask a question

repotools hanging on migration from m6a to RC2


Mark Parry (31121711) | asked May 30 '08, 3:01 p.m.
I'm trying to get one of my jazz servers caught up to the latest release. Currently I'm trying to migrate my repository from m6a to RC2 and it appears to be hanging (log below). This is a DB2 9.1 FP4a database.

[root@jazzdev server]# ./repotools.sh -import fromFile=/usr/data/backups/jazzrepo_for_m6a.tar teamserver.properties=/usr/data/backups/teamserver_2008-05-29.properties

Repo Tools, Version 1.0 RC2
Provisioning using "./provision_profiles".
Rational Jazz Team Server - Standard (Early Access)
Loading configuration from "file:/usr/data/backups/teamserver_2008-05-29.properties".
Fulltext Index Location: workitemindex/fulltext_index/
Initial database connection successful
Db Product Name: DB2/LINUX
Db Product Version: SQL09014
Db Name/Location: //localhost:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;
CRJAZ1093I Service failed to activate.

WARNING: About to drop and recreate the tables for the database "//localhost:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;".
Do you wish to continue? Enter Y to confirm.
Y
Creating the tables for the database "//localhost:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;" without indices.
The database tables were created successfully.
The user "ADMIN" has logged in to the database "//localhost:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;".
Importing the data from the file "/usr/data/backups/jazzrepo_for_m6a.tar" into the database "//localhost:50000/JAZZ:fullyMaterializeLobData=false;user=xxxxxxxx;password=xxxxxxxx;".

Reading tar file /usr/data/backups/jazzrepo_for_m6a.tar...
Running pre import for "com.ibm.team.repository" component...
Running pre import for "com.ibm.team.process" component...
Running pre import for "com.ibm.team.interop" component...
Running pre import for "com.ibm.team.workitem" component...
Running pre import for "com.ibm.team.scm" component...
Running pre import for "com.ibm.team.apt" component...
Running pre import for "com.ibm.team.workitem.query" component...
Running pre import for "com.ibm.team.foundation.wiki" component...
Running pre import for "com.ibm.team.dashboard" component...
Running pre import for "com.ibm.team.analysis" component...
Running pre import for "com.ibm.team.links" component...
Running pre import for "com.ibm.team.reports" component...
Running pre import for "com.ibm.team.filesystem" component...
Running pre import for "ClearCase Connector Migration Handler"...
Running pre import for "SCM Work Items Bridge Migration Handler"...
Running pre import for "Interop WorkItem Manager Migration Handler"...
Running pre import for "Full Text Migration Handler"...
Importing "ChangeEvent" items...

5 answers



permanent link
Dmitry Karasik (1.8k11) | answered May 30 '08, 3:01 p.m.
JAZZ DEVELOPER
On Fri, 30 May 2008 19:07:56 +0000, parrym wrote:

I'm trying to get one of my jazz servers caught up to the latest
release. Currently I'm trying to migrate my repository from m6a to RC2
and it appears to be hanging (log below). This is a DB2 9.1 FP4a
database.

How big is /usr/data/backups/jazzrepo_for_m6a.tar and how long has it
been hung there?

- Dmitry

permanent link
Mark Parry (31121711) | answered May 30 '08, 4:37 p.m.
export_from_M6a.tar is 48MB in size. My first attempt to import that started yesterday around 2pm and I let it run overnight. When I came in this morning it was still at that same message. I killed that process and re-started it assuming it had hung. Looks like this attempt has been running about an hour and forty minutes....

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND

27828 root 16 0 605m 97m 3736 S 100 1.2 101:58.60 java

permanent link
Mark Parry (31121711) | answered Jun 04 '08, 12:38 p.m.
Well I got sick over the weekend so this latest attempt has been running since Friday and still sitting at "Importing 'ChangeEvent' items."

Not sure if this is relevant or not but the Jazz database was created with the following db2 command on db2 9.1..

db2 create database jazz on /usr/data/databases/jazz using codeset UTF-8 territory US

permanent link
Mark Parry (31121711) | answered Jun 04 '08, 4:52 p.m.
This appears to be a user error. As mentioned previously I was trying to migrate across numerous releases and inadvertently was passing the export from m5a into the RC2 import as opposed to the m6a export.

permanent link
Mark Parry (31121711) | answered Jun 05 '08, 1:44 p.m.
Just closing the loop here. I was able to migrate successfully from M5a -> M6a -> RC2 -> RC3 -> RC4 with no further complications.

Your answer


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.