cisco_ucs probe fails to start with the following error in the _cisco_ucs.log:
Controller: Probe 'cisco_ucs' FAILED to start (command = ../../..//bin/java.exe -Xms32m -Xmx512m -Duser.language=en -Duser.country=US -jar cisco_ucs.jar) error = (2) The system cannot find the file specified.
Release : Any
Component : UIM - CISCO_UCS
This issue is sometimes seen when the robot is not configured with the NIM_JRE_HOME and NIM_JRE_HOME_1_8 variables in the Environment section
Add the Java path variables to the robot's Environment section.
Example with java_jre 2.03
Entry in the robot.cfg
<environment>
NIM_JRE_HOME = jre/jre8u232b09
NIM_JRE_HOME_1_8 = jre/jre8u232b09
</environment>