deployment of plugin
vikrant kamble (132●38●97)
| asked Jun 10 '15, 8:07 a.m.
edited Jun 10 '15, 8:35 a.m. by Ralph Schoon (63.5k●3●36●46)
I am trying to deploy a plug in on server
I followed exact procedure given in the following link https://www.ibm.com/developerworks/community/blogs/extendingrtc/entry/checksummaryadvisor?lang=en but in the end i am not able to see "Check Summary Advisor" in the list of preconditions to save work item Is there any potential step I missed I am using rtc eclipse 5.0.2 |
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Jun 10 '15, 8:39 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Usually this means that you did something wrong, have a typo or other problems. The post is very short and if this is the first time you do it, consider performing the
Setting up Rational Team Concert for API Development, to help understanding better what you do.
|
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.
Comments
Here are some exceptions which are shown in ccm log file
[ Launch callback handler] ERROR eam.repository.provision.internal.ProvisionService - CRJAZ0291E The following bundle could not be started: com.ibm.team.repository.service 1.3.200.v20141015_2351. The server might need to be reprovisioned or reinstalled.
org.osgi.framework.BundleException: State change in progress for bundle "file:/E%3a/IBM/JAZZTE~1/server/conf/ccm/sites/update-site/plugins/com.ibm.team.repository.service_1.3.200.v20141015_2351.jar" by thread "Start Level Event Dispatcher".
Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
[ccm: AsynchronousTaskRunner-0 @@ 15:31] ERROR t.internal.registry.AbstractActivationManagerOwner - The class "com.ibm.team.jfs.sdk.query.ISparqlQueryService" failed to load. The bundle "com.ibm.team.enterprise.buildmap.service" could not find the class.
java.lang.ClassNotFoundException: com.ibm.team.jfs.sdk.query.ISparqlQueryService
there are many like these
You most likely missed something in the step
" Before starting the server, we must create a provision file for our site to load. This file should be created in the \server\conf\ccm\provision_profiles. Create a text file with the following content and name it rtc-summary-check-advisor-site.ini "
However, try to do the extensions workshop first and when you know how this works (and can debug before you deploy) try the advisor above again.
I followed everything in that link
I also added rtc summary check advisor site.ini file in that directory
and started server
Is there any problem of white space because while creating feature project it was not accepting "rtc-check-summary-advisor-feature" therefore I used white space instead of hash(-) in naming of plugin project, feature project and site project.
Is this the issue?