It's all about the answers!

Ask a question

Migration RRC2.0.1 to 3.0.1


aa aa (4166) | asked Jun 20 '11, 9:07 a.m.
Hi

I am trying to migrate the RRC 2.0.1 to RRC 3.0.1 and when i run the migration script i get:

2011-06-20 16:00:20,218 Repo Tools
2011-06-20 16:00:20,218 java.version=1.5.0
2011-06-20 16:00:20,218 java.runtime.version=pwi32devifx-20110209 (SR11 FP2 +IZ94331)
2011-06-20 16:00:20,218 Provisioning using "C:\IBM\RRCS20\server\conf\jazz\provision_profiles".
2011-06-20 16:00:20,359 CRJAZ0281I The dependency bundle "net.jazz.ajax" is not installed and no features available for installation provided that bundle.
2011-06-20 16:00:20,359 CRJAZ0288I Failed to install the profile feature "com.ibm.team.jazz.foundation.server.feature" from the update site "file:///C:/IBM/RRCS20/server/update-site" referenced in the profile file "C:\IBM\RRCS20\server\conf\jazz\provision_profiles\profile.ini".
2011-06-20 16:00:20,359 CRJAZ1834E Error provisioning the server.


Anyone has any ideas what is wrong?
Thanks
Radu

One answer



permanent link
Alastair Stuart (6) | answered Jul 01 '11, 11:43 a.m.
JAZZ DEVELOPER
The profile.ini mentioned contains a relative URL:

$ cat rrc2-2004-01/server/conf/jazz/provision_profiles/profile.ini
url=file:../update-site
featureid=com.ibm.team.jazz.foundation.server.feature


It seems that this relative URL is resolving to "file:///C:/IBM/RRCS20/server/update-site" - which I suspect does not exist. This relative path could be evaluating incorrectly if you are not using the JRE bundled with the install (i.e. for some reason another java binary is being used) or the upgrade script is not being invoked from the right folder.

Which script are you running and from which folder? The output suggests that you are running the migration script - I assume this is rm_upgrade.bat - in the RRC2x directory or you are running it (correctly) from the RRC3x install but have your JAZZ_HOME pointing to the RRC2x install.

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.