Repotools error during CCM upgrade from 5.0.2 to 6.0.1
When I run the command:
./repotools-ccm.sh -migration_ccm_updateConfigurationFiles oldApplicationHome=/data/IBM/JazzTeamServer/server/conf ignoreJTSVersionCheck updateTomcatfiles=no updateAppServerFiles=no
I get this error:
Provisioning using :./conf/ccm/provision_profiles"
Plug-in com.ibm.team.interop.service.managers.kernel was unable to load class com.ibm.team.repotools.commands.upgrade.ccm.CCMUpdateConfigurationFilesCommand
CRJAZ1728E A Repository Tools error occurred..
The JTS server upgrade ran fine. In the repotools/ccm/eclipse/configuration directory, I'm getting errors like this:
BundleException: The activator org.eclipse.equinox.internal.ds.Activator for bundle org.eclipse.equinox.ds is invalid.
Anyone seen this before? We're running on zLinux.
Thanks
./repotools-ccm.sh -migration_ccm_updateConfigurationFiles oldApplicationHome=/data/IBM/JazzTeamServer/server/conf ignoreJTSVersionCheck updateTomcatfiles=no updateAppServerFiles=no
I get this error:
Provisioning using :./conf/ccm/provision_profiles"
Plug-in com.ibm.team.interop.service.managers.kernel was unable to load class com.ibm.team.repotools.commands.upgrade.ccm.CCMUpdateConfigurationFilesCommand
CRJAZ1728E A Repository Tools error occurred..
The JTS server upgrade ran fine. In the repotools/ccm/eclipse/configuration directory, I'm getting errors like this:
BundleException: The activator org.eclipse.equinox.internal.ds.Activator for bundle org.eclipse.equinox.ds is invalid.
Anyone seen this before? We're running on zLinux.
Thanks
One answer
Are there any other errors in the output .log file created by this repotools command? I don't think this "BundleException" is the root cause of the problem here.
Also please try running ./repotools-ccm.sh -clean and then try it again.
Also please try running ./repotools-ccm.sh -clean and then try it again.
Comments
Thanks!
Running repotools.sh -clean fixed the issue and allowed the -migration_ccm_updateConfigurationFiles and -addTables to run successfully.
This is my first upgrade in a distributed Linux environment - done lots in Windows. Never had to run that in Windows. Is this something that needs to be run in Linux before every upgrade?
Thanks again,
Fran
Hi Francis,
Glad it worked! The -clean option forces repotools to reprovision. It is not OS related.
Usually it is required when installing an iFix or to resolve such issues with repotools
Please have someone add this to the upgrade instructions... :)