error while upgrading CCM from 3011 to 4001
Indradri Basu (1.8k●1●5●14)
| asked Nov 20 '12, 8:49 a.m.
retagged Nov 20 '12, 1:04 p.m. by Bo Chulindra (1.3k●2●7●18) While doing an upgrade of CCM application (by running the ccm_upgrade.bat ) which has custom operation advisors, from 3011 to 4001, I received the below error, although the JTS upgrade went fine. ==========================================
2012-11-20 13:24:26,171 CRJAZ1363I Loading the configuration from "bundleresource://364.fwk388372262/teamserver.properties".
==========================================
Any ideas ?
|
Accepted answer
Bo Chulindra (1.3k●2●7●18)
| answered Nov 20 '12, 10:46 a.m.
JAZZ DEVELOPER edited Nov 20 '12, 1:05 p.m.
Upgrade is running repotools -version from your 3011 install to determine the version. However, it looks like your 3011 repotools has invalid bundles so the command is not working. I don't know why it would have invalid bundles.
To get upgrade to work despite the invalid bundles, pass in the parameter oldApplicationVersion with the value 3.0.1.1 when running the upgrade script. For example, upgrade/ccm/ccm_upgrade.sh oldApplicationHome <someLocation> oldApplicationVersion 3.0.1.1 or upgrade/ccm/ccm_upgrade.bat oldApplicationHome=<someLocation> oldApplicationVersion=3.0.1.1 Indradri Basu selected this answer as the correct answer
Comments
Indradri Basu
commented Nov 20 '12, 4:35 p.m.
Hi Bo, Thanks for the information. Yes, you are right, I was trying with operation advisors which has missing bundles. Before looking at your comments, I removed the ini file from the provision_profiles and did a .../ccm/admin/cmd/requestReset, restarted the server, logged in to ccm.admin and then the upgrade went fine. Then I tried your suggestion and it worked fine as well. Thank you! |
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.