[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 ?
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
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
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
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.