jmx-dev JMXServiceURL and jmxmp
Fabrice Bacchella
fabrice.bacchella at orange.fr
Fri Oct 31 13:40:24 UTC 2014
In the documentation, at
http://docs.oracle.com/javase/7/docs/api/javax/management/remote/JMXServiceURL.html#JMXServiceURL(java.lang.String,%20java.lang.String,%20int,%20java.lang.String)
I can read :
protocol - the protocol part of the URL. If null, defaults to jmxmp.
But jmxmp is not distributed with the jdk, so this constructor is bound to failed on stock jvm.
More information about the jmx-dev
mailing list