http://jira.hyperic.com/browse/HHQ-1589
start/stop/restart actions on tomcat web apps do not work. For example I have 2 tomcat web-apps, "/examples" and "/hyperic-hq" I tried running control actions for both and they comeback with following error.
Error invoking method stop: javax.management.InstanceNotFoundException: Catalina:j2eeType=WebModule,name=\examples,J2EEApplication=none,J2EEServer=none
Error invoking method stop: javax.management.InstanceNotFoundException: Catalina:j2eeType=WebModule,name=\hyperic-hq,J2EEApplication=none,J2EEServer=none
Tomcat 6.0.14 running on winXP
HQ Server running on RHEL
Anonymous