Creation of CLM Staging Failing for QM - Database Quesiton
I am trying to create a Staging Server for CLM 6.0.4 so I can test the upgrade to CKM 6.0.5. Production server exists on multiple servers, but I am limited to one server to create the Staging Server. So I copied the full JazzTeamServer folder from the JTS folder and started with that as the baseline as the Staging Server. From there, I went to each JazzTeamServer folder on each of the application servers (CCM, QM, DCC, RELM) and copied over files related to that application to the Staging Server (i.e. ../server/conf/qm, /server/repotools/qm, etc). Around the same time I had the SQL DBA copy the databases over to test databases. I updated the Staging Server teamserver.properties files to use the "test" databases. I then brought the Staging Server up (running WAS 8.5.5.10). Initial index issues had me go back, stop WAS and run the "repotools reindex" command on each of the applications. I then restarted WAS and CCM, DCC, RS and JTS all seemed to work. Problem arose when I went to the project in QM. I am getting the following error.
com.ibm.team.repository.provision.ProvisionException: CRJAZ0281E The "org.eclipse.emf.ecore" dependency bundle cannot be installed.
at com.ibm.team.repository.provision.internal.ProvisionService.installFeature(ProvisionService.java:442)
at com.ibm.team.repository.provision.internal.ProvisionService.installFeature(ProvisionService.java:492)
at com.ibm.team.repository.provision.internal.ProvisionService.installFeature(ProvisionService.java:492)
at com.ibm.team.repository.provision.internal.ProvisionService.installFeature(ProvisionService.java:570)
at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfileProperties(ProvisionService.java:1113)
at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfiles(ProvisionService.java:1171)
at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfileNoWait(ProvisionService.java:1312)
at com.ibm.team.repository.provision.internal.ProvisionService.installFromProfile(ProvisionService.java:1249)
at com.ibm.team.repository.provision.internal.ProvisionService.installFromContextConfigurationUrl(ProvisionService.java:1335)
at com.ibm.team.jfs.app.install.Activator$1.run(Activator.java:177)
at java.lang.Thread.run(Thread.java:809)
One answer
Hi Rob, For detailed instructions on setting up a staging environment you can refer to our Knowledge Center here: https://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.5/com.ibm.jazz.install.doc/topics/t_prepare_staging_env.html
I found the following forum post with similar errors that might help:
https://jazz.net/forum/questions/221643/rtc-601-ccm-goes-offline-after-plugin-deployment
However, in past experience, you may need to redeploy the war files and clear cache on the application server to get this working. Or instead of copying files from production server, use IM to install on the staging server including the webapps and then copy the necessary files from production and replace them on the staging install.
Hope this helps.