java.io.IOException when to use WLST to connect admin server
Hello experts,
I am following this article to use wlst to connect to admin server from remote, but failed with below error.
>java weblogic.WLST
wls:/offline> connect('superadmin', 'agile9', 't3://myadminserver.company.com:7001')
Connecting to t3://myadminserver.company.com:7001 with userid superadmin ...
The CompatabilityMBeanServer is not initialized properly.
This might happen if the CompatabilityMBeanServer is
disabled via the JMXMBean.
To view the root cause exception use dumpStack()
WLST detected that the RuntimeMBeanServer is not enabled. This
might happen if the RuntimeMBeanServer is disabled via the JMXMBean.