Why does my new Follow Up Action not show up in my Project Area?
![]()
Andrew Soloninka (55●1●19●24)
| asked Mar 08 '13, 11:11 p.m.
retagged Aug 12 '13, 11:11 a.m. by Ralph Earle (257●3●9)
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
5 other answers
![]()
Hi Andrew,
Please check the ccm.log file for errors related to the deployed plugin.
Thanks
Comments Checked the ccm.log and found no errors related to the deployed plugins I found an error in the ccm.log that I overlooked because the error only occurs when the server is started:
CRJZS0383W Failed to resolve the bundle <Name of Bundle I'm Trying to deploy>.
There was a question raised about this error but the answer indicated that user really didn't do anything except change some code in one of the classes and then change it back the the original code and the problem went away.
Your update site is probably broken. Or some IDs don't match. |
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Mar 09 '13, 4:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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 Component for the Follow Up Action appears with no errors. Checked the Build tab found the plugin.xml checked. Hard to tell with so few information. If you have a component in a plugin and the extension in another, I would assume the deployment is missing files. I typically check the JAR files for their content using 7zip in cases like that. If it runs in Jetty and does not in Tomcat but showing up as a component, it is a deployment issue - missing files in 90% of the cases. I would check the CCM log file and check the JAR's. You could check to export all files in the build.xml's for the first step. Delete all generated files in the update site project and repackage, redeploy again, including request reset. Run an extra Eclipse client to check if you can configure the extension.
|
![]()
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 I have added the sysout in Activator class but am not getting any printed outputs, since am facing the issue,
can you show us your plugin.xml and your manifest.mf file info?
Hi thanks for your replies.
have you restarted the client? many times the client caching prevents seeing new configuration items.
Have you performed the CCM server reset ? Refer to Sam's first post in this thread.
he said above that he now sees his system.out.println from the activator class on the server command window.
Thank you so much Sam for your support, finally its done ! deployed and its showed up in client !.
showing 5 of 7
show 2 more comments
|