Weblogic - Jmx

Card Puncher Data Processing

About

Jmx connection to Weblogic

Documentation / Reference

Support

Unsupported protocol: t3

When making a JMX call, you may get this error:

Exception in thread "main" java.net.MalformedURLException: Unsupported protocol: t3
	at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:356)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:266)
	at hotitem.obiee.jmx.RepositoryUpload.main(RepositoryUpload.java:33)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)

just add the JmxClient jar file in your classpath to resolve your problem.

set CLASSPATH=.;C:\Oracle\Middleware\wlserver_12.1\server\lib\wljmxclient.jar

java.lang.NoClassDefFoundError: weblogic/rmi/extensions/DisconnectListener

just add the wlclient jar file in your classpath to resolve your problem.

set CLASSPATH=.;C:\Oracle\Middleware\wlserver_12.1\server\lib\wljclient.jar







Share this page:
Follow us:
Task Runner