Menu

#21 java.lang.NoSuchMethodError when connected to Weblogic 8.1

open
nobody
5
2006-06-01
2006-06-01
No

I expect this is a problem with Weblogic's MBeans and
not a problem with JMX Browser, but I thought I'd
report it anyway.

I can connect to my Weblogic 8.1 server without a
problem, however when I select one of the MBeans listed
in the tree I get this:

Exception in thread "AWT-EventQueue-0"
java.lang.NoSuchMethodError:
javax.management.MBeanInfo.getConstructorsI()[Ljavax/management/MBeanConstructorInfo;
at
weblogic.management.info.ExtendedInfo.getConstructors(ExtendedInfo.java:120)
at
org.ejtools.jmx.browser.ui.MBeanCustomizer.buildConstructorsPanel(MBeanCustomizer.java:530)
at
org.ejtools.jmx.browser.ui.MBeanCustomizer.setObject(MBeanCustomizer.java:162)
at
org.ejtools.jmx.browser.ui.MBeanCustomizer.<init>(MBeanCustomizer.java:117)
at
org.ejtools.jmx.browser.model.Resource.getComponent(Resource.java:177)
at
org.ejtools.adwt.BeanContextTreePanel$2.run(BeanContextTreePanel.java:97)
at
java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown
Source)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Thanks

Discussion


Log in to post a comment.