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
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jun 02 '15, 8:57 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jun 02 '15, 8:57 a.m.
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. 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
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Did this work on Jetty? If not, try to fix this on Jetty.
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.
|
![]() Hi All, I have resolved this issue by installing the CLM 5.0.2 using web installer. I didn't found out the reason, why there is plugin deployed issue when we install it using repository set files. |