I am trying to register Mbeans for Tomcat server monitoring. I am using jdk 1.5.
For HeapMemoryUsage.used parameter, I am getting the following error:
"The observed attribute must be accessible in the observed object."
jmx.monitor.error.attribute.
If i run the tomcat server on jdk 1.6 version, it is wroking fine.