I am running a Hyperic 2.7 trial. I am assessing the WebSPHERE monitoring capabilities.
A WebSPHERE 6.0 server is found, but I cant seem to get it configured. I get this error:
This resource is turned off or has not been configured properly.
The problem is: Invalid configuration: Plugin error: Plugin class not found: com/ibm/websphere/management/exception/ConnectorException (invalid classpath or corrupt plugin jar)
Please turn on the server, or fix its Configuration Properties.
I have set the websphere.installpath property in the agent.properties file and recycled the agent. (I also set the log level to DEBUG).
The only relevent line (at least to me) is ...
2007-04-10 14:05:55,754 DEBUG [MeasurementCommandsServer] Error getting real time measurement 'WebSphere Admin 6.0:ws.custom:name=JVM,mbeanIdentifier=JVM,type=JVM,node=bclx17Node02,*:stats:admin.host=localhost,admin.port=8880,admin.vers=WAS50,username=wasadmin,password=XXXXXXXX':
Plugin error: Plugin class not found: com/ibm/websphere/management/exception/ConnectorException (invalid classpath or corrupt plugin jar)
org.hyperic.hq.product.PluginException: Plugin class not found: com/ibm/websphere/management/exception/ConnectorException (invalid classpath or corrupt plugin jar)
at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementPluginManager.java:272)
at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementPluginManager.java:130)
at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementPluginManager.java:122)
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsServer.getMeasurements(MeasurementCommandsServer.java:282)
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsServer.dispatchCommand(MeasurementCommandsServer.java:493)
at org.hyperic.hq.agent.server.CommandDispatcher.processRequest(CommandDispatcher.java:112)
at org.hyperic.hq.agent.server.CommandListener.listenLoop(CommandListener.java:203)
at org.hyperic.hq.agent.server.AgentDaemon.start(AgentDaemon.java:680)
at org.hyperic.hq.agent.server.AgentDaemon$RunnableAgent.run(AgentDaemon.java:744) at org.hyperic.hq.agent.server.AgentDaemon.main(AgentDaemon.java:762)