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
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
One answer
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:
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..."Also, shutdown your client you are using to talk to the server. Just in-case it is caching the previous advisor list.
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