Problem in deploying server side plugin in RTC 5.0.2
Hi,
I have created one server side participant in RTC for Work item save operation.
I have followed all the steps to deploy plugin but I can not find any entries in operation participant.
Is there any problem with deploying plugins in RTC 5.0.2?
Also I am getting error in error tab i.e. bundle com.ibm.cds not found.
Please,give any suggestions.
Thanks in advance.
2 answers
No, there is no problem in deploying them in 5.0.2. If you have bundle not found messages you got the plugin/feature/update site wrong. You are missing these dependencies and hence the plugin is not loaded.
Check the dependencies, remove the stuff you don't need and make sure what you have is in the common RTC API, since you need to deploy the providers at the server as well as in the eclipse client.
Look at https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/ for an example.
Check the dependencies, remove the stuff you don't need and make sure what you have is in the common RTC API, since you need to deploy the providers at the server as well as in the eclipse client.
Look at https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/ for an example.
Comments
Hi Ralph,
In my ccm log files I am getting this error:
CRJZS0383E The "my-plugin" bundle could not be resolved.
2015-06-02 15:02:01,155 [ Launch callback handler] ERROR eam.repository.provision.internal.ProvisionService - CRJAZ0291E The following bundle could not be started: com.ibm.team.repository.service. The server might need to be reprovisioned or reinstalled.
org.osgi.framework.BundleException: State change in progress for bundle "file:/D%3a/IBM/JAZZTE~1/server/conf/ccm/sites/update-site/plugins/com.ibm.team.repository.service_1.3.0.v20140417_2346.jar" by thread "Start Level Event Dispatcher".
Please,provide any guidance on this.
Thanks
Did this work on Jetty? If not, try to fix this on Jetty.
I can not remote debug your deployment problem. I can only hint you to study the structure and the data from the Rational Team Concert Extensions Workshop to try to understand how the declarative parts of the update site, feature and plugin belong together. I tried to also show some best practices for that in https://rsjazz.wordpress.com/2014/12/03/creating-custom-link-types-for-rational-team-concert/
In your case the server tries to find a bundle named "my-plugin" in the deployed Jar file and that is either not in there or the name/id is different.
Hi Ralph,
I have also tried simple check summary advisor plugin which is available on Jazz.net example.Which I have successfully implemented on 5.0 but I am not able to deploy the same plugin in RTC 5.0.2.