Hi, am a newbee to JMXMon Samples Collector plugin.
Have connected to my host's JMX agent successfully calling $jconsole hostname:8888
(webLogic 12c)
Please advise what could be the issue with the given URL, all pointer are greatly appreciated.
service:jmx:rmi:///jndi/rmi://hostname:8888/jmxrmi
2013/12/19 17:00:00 ERROR - kg.apc.jmeter.jmxmon.JMXMonCollector: Malformed JMX url java.net.MalformedURLException: Service URL must start with service:jmx:
at javax.management.remote.JMXServiceURL.<init>(JMXServiceURL.java:145)
2013/12/19 17:02:31 ERROR - kg.apc.jmeter.jmxmon.JMXMonCollector: IOException reading JMX java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.io.EOFException]
|
"Just add a "JMXMon Samples Collector" listener where appropriate. Here are some typical values you might want to use: URI: service:jmx:rmi:///jndi/rmi://YOURHOST:6969/jmxrmi or service:jmx:rmi://YOURHOST:JMXPORT/jndi/rmi://YOURHOST:JMXPORT/jmxrmi Object name: java.lang:type=Memory Attribute: HeapMemoryUsage Key (for composite JMX values): used"
|