[Ejtools-developers] [ ejtools-Bugs-1498859 ] java.lang.NoSuchMethodError when connected to Weblogi
Brought to you by:
letiemble
From: SourceForge.net <no...@so...> - 2006-06-01 13:17:19
|
Bugs item #1498859, was opened at 2006-06-01 09:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=1498859&group_id=49088 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JMX Browser (Swing) Group: None Status: Open Resolution: None Priority: 5 Submitted By: David Barron (sasdav) Assigned to: Nobody/Anonymous (nobody) Summary: java.lang.NoSuchMethodError when connected to Weblogic 8.1 Initial Comment: 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=1498859&group_id=49088 |