Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

[ANSWERED] Help Deploying Server Deliver Operational Advisor

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 ?

0 votes



2 answers

Permanent link
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

0 votes


Permanent link
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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Nov 23 '11, 1:58 p.m.

Question was seen: 5,439 times

Last updated: Nov 23 '11, 1:58 p.m.

Confirmation Cancel Confirm