2 Replies Latest reply on Aug 5, 2014 11:39 AM by jgohil1576

    java.net.MalformedURLException: Unsupported protocol: remoting-jmx

    thinksteep

      Hi Community,

       

      I have looked at all available threads with this exception message. None of the solutions worked. Any help would be appreciated.

       

      I am getting following exception when I try to establish JMXServiceURL like JMXServiceURL url = new JMXServiceURL(strUrl);

       

      java.net.MalformedURLException: Unsupported protocol: remoting-jmx

              at javax.management.remote.JMXConnectorServerFactory.newJMXConnectorServ

      er(JMXConnectorServerFactory.java:342)

       

      I made sure jboss-client.jar is available as specified in https://community.jboss.org/thread/200635.

       

      One of the proof for jboss-client.jar is in classpath is, following entries in console.

       

      16:41:31,448 INFO  XNIO Version 3.0.3.GA

      16:41:31,453 INFO  XNIO NIO Implementation Version 3.0.3.GA

      16:41:31,464 INFO  JBoss Remoting version 3.2.3.GA

       

      Thanks for your time and help.