I am trying to register Mule ESB with Hyperic 4.5, I installed Mule 2.2.1 and installed the agent 4.5 and the HQ server, when i create a Sun JVM 1.5 server to register Mule I enter
service:jmx:rmi:///jndi/rmi://localhost:1099/server
I also fill in the user/password and click "OK"
I get the following message
"The configuration has not been set for this resource due to : Invalid configuration: Error retrieving value: ObjectName not found [java.lang:type=Threading]: javax.management.InstanceNotFoundException: java.lang:type=Threading"
When I try to connect using jConsole to the same url and user/password it works find and I can manage Mule there. but through Hyperic I can't
NOTE: when in Hyperic I replace "server" with "jmxrmi" I can see the JVM beans but not Mule beans!!!!
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
it seems like Hyperic expects to have a "Threading" mbean there and it can't find it since Mule does not register such mbean
any help please ?
service:jmx:rmi:///jndi/rmi://localhost:1099/server
I also fill in the user/password and click "OK"
I get the following message
"The configuration has not been set for this resource due to : Invalid configuration: Error retrieving value: ObjectName not found [java.lang:type=Threading]: javax.management.InstanceNotFoundException: java.lang:type=Threading"
When I try to connect using jConsole to the same url and user/password it works find and I can manage Mule there. but through Hyperic I can't
NOTE: when in Hyperic I replace "server" with "jmxrmi" I can see the JVM beans but not Mule beans!!!!
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
it seems like Hyperic expects to have a "Threading" mbean there and it can't find it since Mule does not register such mbean
any help please ?