[Mc4j-development] [ mc4j-Bugs-1060615 ] NoSuchMethodError Component.setPreferredSize(..)
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2004-11-05 00:05:07
|
Bugs item #1060615, was opened at 2004-11-04 16:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1060615&group_id=60228 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: NoSuchMethodError Component.setPreferredSize(..) Initial Comment: si...@in... Using a recent build (03-Nov-04) of Geronimo with the default configuration. I configured MC4J using the following steps: * Select Geronimo as the server connection type * Specify "Geronimo" as the connection name * Specify "system" in the principle field * Specify "manager" in the credentials field Once connected, I expanded the Geronimo icon, then expanded the Global Dashboard icon, then expanded the Geronimo icon (under Global Dashboard), then double clicked on the Geronimo Server Info icon. The right pane then showed the Apache logo and the Apache Geronimo Server Version info and then immediately an exception dialog box popped up with the following info: java.lang.NoSuchMethodError: java.awt.Component.setPreferredSize(Ljava/awt/Dimension;)V at org.mc4j.console.dashboard.components.html.MappedObjectView.createComponent(MappedObjectView.java:108) at javax.swing.text.ComponentView.setComponentParent(Unknown Source) [catch] at javax.swing.text.ComponentView$1.run(Unknown Source) 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) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1060615&group_id=60228 |