It's all about the answers!

Ask a question

[ANSWERED] Help Deploying Server Deliver Operational Advisor


Robert Carter (42928589) | asked Nov 23 '11, 1:58 p.m.
I have followed the https://jazz.net/library/article/495/ to create a save Work Item Advisor. I am not trying to use the same tutorial as a guide to create a deliver Operational Advisor.

I believe I have created the advisor code, feature and update site correctly. But When I try to deploy it does not work and there is no error message in the log on startup. It is like the server is no looking at the right update-site.

Any Ideas here? Is the above tutorial valid for the operationalId: com.ibm.team.scm.server.deliver ?

2 answers



permanent link
Robert Carter (42928589) | answered Nov 23 '11, 2:32 p.m.
somene posted this for my debugging of the same problem the other day

But maybe you can use OSGi console to check your plugin's status.
To run OSGi console, you can try to run the following command under /server directory:
repotools-jazz.bat -console -noexit
In the osgi console, you use "ss" command to list all the installed bundles and use "diag " command to diagnose your plugin.
For example:
osgi> diag com.ibm.team.process.service (for example)

also, if u make a mistake on the provision_profile ini
do u get a server startup error?

also, u did reset to cause the server to reload the plugins, right? u must.. it tries to load only once.. for speed..

course, u need to reset and restart the server to load the plugins again.

quick way , run the
web request to your server
https://server-ip:port/ccm/admin/cmd/requestReset

then shutdown and restart the server

sam


Thanks for the help. There was an error in my provision_profile.ini. However, there was no error in the startup log. Strange. But it is fixed now. Thanks again.

permanent link
sam detweiler (12.5k6195201) | answered Nov 23 '11, 2:08 p.m.
somene posted this for my debugging of the same problem the other day

But maybe you can use OSGi console to check your plugin's status.
To run OSGi console, you can try to run the following command under /server directory:
repotools-jazz.bat -console -noexit
In the osgi console, you use "ss" command to list all the installed bundles and use "diag " command to diagnose your plugin.
For example:
osgi> diag com.ibm.team.process.service (for example)

also, if u make a mistake on the provision_profile ini
do u get a server startup error?

also, u did reset to cause the server to reload the plugins, right? u must.. it tries to load only once.. for speed..

course, u need to reset and restart the server to load the plugins again.

quick way , run the
web request to your server
https://server-ip:port/ccm/admin/cmd/requestReset

then shutdown and restart the server

sam

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.