BMC TMART now ships with a JMX monitoring essential which can be used to monitor the system health of execution servers. However if using JDK 1.6 on the execution server the deployment of the monitor may fail. To resolve this issue there are two methods: Revert to JDK 1.5 Uninstall JDK 1.6 Install JDK 1.5 Re-install the execution server to pick up the new settings. Modify XML files The second method involves modifying two configuration files on the execution server as follows: Locate C:\Program Files\BMC Software\BMC TM ART Central 3.6\bin\Core\perfJvm.xml At line 3 change: JVMCONFIGFILE version="%SUN_JVM_VERSION_15%" javahome="%SUN_JVM_HOMEPATH_15%" to: JVMCONFIGFILE version="1.6.0_12" javahome="C:\Program" Files\Java\jre6 Locate C:\Program Files\BMC Software\BMC TM ART Central 3.6\bin\Core\Working\Include\jmx-config\jmx-config.xml copy lines 36-38 1.6.0_12 SUN C:\Program Files\Java\jre6 over lines 6-8, so 1.5 and 1.6 point to the same path. Then restart the Execution Server service and the System Health essential should now work.
↧