Oracle Weblogic Server (MOSC)

MOSC Banner

Use JMX (AppDeploymentMBean) to get OSB Plan.xml Path

I am getting following error while trying to get OSB plan.xml path using JMX :

java.lang.RuntimeException: The JMX ObjectName that is being proxied has been unregistered: com.bea.wlevs:Domain=soa_domain,Name=AppDeployment,Type=AppDeployment at weblogic.management.jmx.ExceptionMapper.matchJMXException(ExceptionMapper.java:81) at weblogic.management.jmx.MBeanServerInvocationHandler.doInvoke(MBeanServerInvocationHandler.java:520) at weblogic.management.jmx.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:390) at com.sun.proxy.$Proxy19.getAbsolutePlanPath(Unknown Source) at test.DBAdapter.getOutBoundConnection(DBAdapter.java:73) at test.DBAdapter.main(DBAdapter.java:42) Caused by: javax.management.InstanceNotFoundException: com.bea.wlevs:Domain=soa_domain,Name=AppDeployment,Type=AppDeployment at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:309) at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:301) at javax.management.remote.rmi.RMIConnectionImpl_12213_WLStub.getAttribute(Unknown Source) at weblogic.management.remote.common.RMIConnectionWrapper$12.run(ClientProviderBase.java:1136) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:143) at weblogic.security.Security.runAs(Security.java:64) at weblogic.management.remote.common.RMIConnectionWrapper.getAttribute(ClientProviderBase.java:1134) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at weblogic.management.remote.common.InvocationContextProxyHandler.invoke(ClientProviderBase.java:675) at com.sun.proxy.$Proxy18.getAttribute(Unknown Source) at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.getAttribute(RMIConnector.java:903) at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:273) at weblogic.management.jmx.MBeanServerInvocationHandler.doInvoke(MBeanServerInvocationHandler.java:518) ... 4 more

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center