Hi All,
I'm new to queuemetrics,
I've inheritied an existing installation which was recently upgraded and working but following a reboot of the server.
I am getting the following error on a restart of the service
/etc/init.d/queuemetrics restart
Stopping QueueMetrics: The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
Starting QueueMetrics: The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
I've tried setting the variables by hand using export and the currently stand at
echo $JAVA_HOME
/usr/local/queuemetrics/jdk1.5.0_06
echo $JRE_HOME
/usr/local/queuemetrics/jdk1.5.0_06
echo $CATALINA_HOME
/usr/local/queuemetrics/tomcat
I've read through other posts and tried setting the variables by hand and i'm wondering can anyone else please shed some light on the problem