[Mc4j-user] Invoking operations on custom Mbean with weblogic 8.1 sp4
Brought to you by:
ghinkl
From: Baum, K. A. <kar...@gs...> - 2005-10-14 15:12:29
|
I am trying to invoke an operation on an Mbean using mc4j. I see my mbean but when invoke the method, I get the stack trace below. Has anoyone else run into this issue? Thanks. -karl java.lang.reflect.UndeclaredThrowableException at $Proxy9.invoke(Unknown Source) at org.mc4j.console.bean.operation.OperationExecutionResultsVisualPanel$2.run(O perationExecutionResultsVisualPanel.java:126) at java.lang.Thread.run(Thread.java:534) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.mc4j.console.connection.proxy.GenericMBeanServerProxy.invoke(GenericMBea nServerProxy.java:79) ... 3 more Caused by: javax.management.ReflectionException: The target object class class javax.management.modelmbean.ModelMBeanOperationInfo could not be found at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108 ) at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:137) at weblogic.management.internal.RemoteMBeanServerImpl_814_WLStub.invoke(Unknown Source) ... 8 more java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.mc4j.console.connection.proxy.GenericMBeanServerProxy.invoke(GenericMBea nServerProxy.java:79) at $Proxy9.invoke(Unknown Source) at org.mc4j.console.bean.operation.OperationExecutionResultsVisualPanel$2.run(O perationExecutionResultsVisualPanel.java:126) at java.lang.Thread.run(Thread.java:534) Caused by: javax.management.ReflectionException: The target object class class javax.management.modelmbean.ModelMBeanOperationInfo could not be found at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108 ) at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:137) at weblogic.management.internal.RemoteMBeanServerImpl_814_WLStub.invoke(Unknown Source) ... 8 more javax.management.ReflectionException: The target object class class javax.management.modelmbean.ModelMBeanOperationInfo could not be found at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108 ) at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:137) at weblogic.management.internal.RemoteMBeanServerImpl_814_WLStub.invoke(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.mc4j.console.connection.proxy.GenericMBeanServerProxy.invoke(GenericMBea nServerProxy.java:79) at $Proxy9.invoke(Unknown Source) at org.mc4j.console.bean.operation.OperationExecutionResultsVisualPanel$2.run(O perationExecutionResultsVisualPanel.java:126) at java.lang.Thread.run(Thread.java:534) |