It's all about the answers!

Ask a question

Problem in deploying server side plugin in RTC 5.0.2


Parveen Patel (77125) | asked Jun 02 '15, 8:41 a.m.
 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



permanent link
Parveen Patel (77125) | answered Aug 05 '16, 7:02 a.m.

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.


permanent link
Ralph Schoon (63.1k33645) | 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
Parveen Patel commented Jun 03 '15, 1:00 a.m.

 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


Ralph Schoon commented Jun 03 '15, 4:23 a.m. | edited Jun 03 '15, 4:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.


Parveen Patel commented Jun 15 '15, 1:03 a.m.

 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.

Your answer


Register or to post 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.