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

Problem deploying Operation Advisor

Hope someone can help me on this:
I am having a problem when deploying RTC server advisor.
I create the advisor as described in: https://jazz.net/wiki/bin/view/Main/RTCSDK20_ProcessPreConditionExample, step by step.

Once I have the plug-in build, i copy it in the JAZZinstallServer folder, as well as the .ini file pointing to the folder.

Nevertheless, the service doesnt appear as available, neither in the Component Status section of the web IU, nor in the Precondition list of the RTC client when modifying the process. It seems to be in INSTALLED state when I write the command "ss advisor.example" in the command line of RTC.

Is some step left in the videos in order to correctly install the advisor? If someone has ever succesfully install some condition advisor, I beg for his/her help!!

Appreciate any contribution
NOEL

0 votes



One answer

Permanent link
Don't forget to do the 'request' reset.

https://localhost:9443/ccm/admin/cmd/requestReset

My restart server script simply deletes the built-on.txt file:

echo "Instead of using server URL to request reset..."
echo "       https://localhost:9443/ccm/admin/cmd/requestReset"
echo "Using:   rm tomcat/work/Catalina/localhost/ccm/built-on.txt"
rm tomcat/work/Catalina/localhost/ccm/built-on.txt

./server.shutdown ;
echo "Waiting for server shutdown to complete..."
while [ `ps -eaf | grep tomcat | grep -v grep | wc -l` = 1 ] ;
do
    sleep 2;
    echo waiting...;
done;

./server.startup -debug
Also,  shutdown your client you are using to talk to the server.  Just in-case it is caching the previous advisor list.

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,938

Question asked: Jan 22 '10, 8:55 a.m.

Question was seen: 5,461 times

Last updated: Feb 12 '13, 5:15 p.m.

Confirmation Cancel Confirm