Why does my new Follow Up Action not show up in my Project Area?
I have created a new Follow Up Action for the Save Work Item Operation. While
using the Jetty server the Follow Up Action appeared in the Process Configuration
and I was able to select it and it worked successfully. When I deployed it on the
Tomcat Server running on my system, it did not appear in the Process Configuration
(for the Save Work Item Operation). I have been using the IBM Rational Team Concert
4.0 Extensibility Lab Exercises to troubleshoot and I have found and corrected
several inconsistencies with my Element ID and Component ID. However, I still can't
get my Follow Up Action to appear. Any suggestions.
Accepted answer
Found out that I was using the ITeamRepository and TeamPlatform from the Client API in my server extension. I will replace these with classes from the Server API. Thanks Jorge and Ralph
5 other answers
Hi Andrew,
Please check the ccm.log file for errors related to the deployed plugin.
Thanks
Comments
My best guess is, you are missing files or some other deployment error. On the plugins build tab make sure you have the plugin.xml checked. Open the jar files with a zip tool and check for class files etc.
Open https://host:port/ccm/admin?internal=true and check the component status. Look if your component at least shows up.
Comments
and you have to restart the tomcat server after requesting to flush the plugin cache
https://server/ccm/admin/cmd/requestReset
then restart the CCM server
https://server/ccm/admin/cmd/requestReset
then restart the CCM server
Comments
Am also facing with the same issue.
1.I am also having component registration in one plugin and extension service in another plugin.
I have extracted the jar and veriified and no file is found missing.
I have no clue where I am making mistake.
Also in my service extension plugin, am having "asynchronous task extension". Please help me out.
1.I am also having component registration in one plugin and extension service in another plugin.
I have extracted the jar and veriified and no file is found missing.
I have no clue where I am making mistake.
Also in my service extension plugin, am having "asynchronous task extension". Please help me out.
Comments
I have also seen this in the past. What I generally do is add a system.out... in the activator class and start Tomcat with OSGI console enabled to verify if the plugin is loading.
Comments
showing 5 of 7
show 2 more comments