mc4j-development Mailing List for MC4J JMX Console (Page 6)
Brought to you by:
ghinkl
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(7) |
Oct
(5) |
Nov
(1) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(2) |
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
(4) |
Jul
(13) |
Aug
(5) |
Sep
(12) |
Oct
(5) |
Nov
(13) |
Dec
(8) |
2004 |
Jan
(2) |
Feb
(15) |
Mar
(15) |
Apr
(32) |
May
(26) |
Jun
(9) |
Jul
(8) |
Aug
(3) |
Sep
(16) |
Oct
(14) |
Nov
(7) |
Dec
(11) |
2005 |
Jan
(9) |
Feb
(3) |
Mar
(6) |
Apr
(1) |
May
(4) |
Jun
(7) |
Jul
(2) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(3) |
Dec
(1) |
2006 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
|
Jul
(1) |
Aug
(5) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2007 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2004-07-13 13:22:53
|
Bugs item #990147, was opened at 2004-07-13 06:22 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=990147&group_id=60228 Category: None Group: MC4J 1.2b5 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: NullpointerException while loading custom MBEans attributes. Initial Comment: Hi, I'm having a NullpointerException while the console is trying to load the attibutes of a custom MbEan contained in Webshpere 5.1 MBeanServer. Pascal Gehl pas...@nu... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=990147&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-07-09 09:59:19
|
Bugs item #987842, was opened at 2004-07-09 11:59 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=987842&group_id=60228 Category: Connections Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christian Schweer (holbitlan) Assigned to: Nobody/Anonymous (nobody) Summary: Catch IOException in JSR160ConnectionNode Initial Comment: Hi folks, I just noticed, that trying to connect to a not running JSR160-Server generates an "Report this bug"-error message instead of the expected appropriate MC4J error popup. Perhaps the } catch (ConnectException ce) { in line 104 of JSR160ConnectionNode should be replaced by a } catch (IOException ie) { CU Christian (aka holbitlan) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=987842&group_id=60228 |
From: EXT-Patel, R. M <raj...@bo...> - 2004-07-07 21:49:14
|
I followed the instructions at: http://mc4j.sourceforge.net/usageTomcat.html However when go I into mc4j and configure it to connect to MX4J I have no idea what to put in for JNDI name - what should this be? Is it configurable? Raj |
From: SourceForge.net <no...@so...> - 2004-07-07 09:41:53
|
Bugs item #986462, was opened at 2004-07-07 11:41 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=986462&group_id=60228 Category: Third Party Server Support Group: MC4J 1.2b5 Status: Open Resolution: None Priority: 5 Submitted By: Thor Åge Eldby (thoraage) Assigned to: Nobody/Anonymous (nobody) Summary: ConcurrentModificationException upon loading nodes Initial Comment: Hi I'm getting the cited exception not each time, but pretty often upon loading nodes from weblogic 6.1sp6 and 8.1sp2. Some times it will continue upon pushing OK- button, other times it will hang. Maybe there should have been synchronised List here. have a nice day ThorÅge -- java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification (AbstractList.java:448) at java.util.AbstractList$Itr.next (AbstractList.java:419) at org.openide.nodes.Children$Array.refreshImpl (Children.java:1237) at org.openide.nodes.Children$2.run (Children.java:1250) at org.openide.util.Mutex.postRequest (Mutex.java:867) at org.openide.util.Mutex.postWriteRequest (Mutex.java:364) at org.openide.nodes.Children$Array.refresh (Children.java:1248) at org.openide.nodes.Children$Array.add (Children.java:1290) at org.mc4j.console.connection.ConnectionNode.addMBean (ConnectionNode.java:256) at org.mc4j.console.connection.ConnectionNode.loadConnec tionNodeChildren(ConnectionNode.java:208) at org.mc4j.console.connection.ConnectionNode.connect (ConnectionNode.java:343) at org.mc4j.console.connection.WeblogicConnectionNode.co nnect(WeblogicConnectionNode.java:88) at org.mc4j.console.ConnectAction.performAction (ConnectAction.java:79) at org.openide.util.actions.NodeAction$3.run (NodeAction.java:440) at org.openide.util.actions.CallableSystemAction$ActionRunn able.actionPerformed(CallableSystemAction.java:247) at org.netbeans.core.ModuleActions.invokeAction (ModuleActions.java:71) 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.openide.util.actions.CallableSystemAction.invokeActio n(CallableSystemAction.java:179) at org.openide.util.actions.CallableSystemAction.access$000 (CallableSystemAction.java:31) at org.openide.util.actions.CallableSystemAction$ActionRunn able.doRun(CallableSystemAction.java:241) at org.openide.util.actions.CallableSystemAction$2.run (CallableSystemAction.java:111) at org.openide.util.Task.run(Task.java:136) at org.openide.util.RequestProcessor$Task.run (RequestProcessor.java:330) [catch] at org.openide.util.RequestProcessor$Processor.run (RequestProcessor.java:686) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=986462&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-07-02 11:57:22
|
Bugs item #984009, was opened at 2004-07-02 04:57 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=984009&group_id=60228 Category: Connections Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: ConnectionNode.destroy() fails Initial Comment: ConnectionNode.destroy() is implemented such that super.destroy() was called before deleteConnection(). This causes a problem in deleteConnection as the prior call to super.destroy() causes the loss of the reference to the parent node which the deleteConnection's call to this.getParentNode().getChildren().remove(new Node[] { this }) relies upon. This can be remidied by calling deleteConnection before calling super.destroy. Regards Gary Palmer (Software Engineer) gary_dot_palmer_at_intamission_dot_com ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=984009&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-06-17 21:10:38
|
Bugs item #974990, was opened at 2004-06-17 14:10 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=974990&group_id=60228 Category: Operations Group: MC4J 1.2b5 Status: Open Resolution: None Priority: 5 Submitted By: Christian Nichols (chrisn55) Assigned to: Nobody/Anonymous (nobody) Summary: NPE when invoking operation on MBean Initial Comment: Error while invoking operation getXML() with no parameters. This occured twice. The first time was when the cancel button was clicked on a previous invoke operation on the invoke wizard. java.lang.NullPointerException at org.mc4j.console.swing.editor.ObjectNameEditor.attachEn v(ObjectNameEditor.java:127) at org.openide.explorer.propertysheet.RendererFactory.prep arePropertyEditor(RendererFactory.java:225) at org.openide.explorer.propertysheet.RendererFactory.getR enderer(RendererFactory.java:115) at org.openide.explorer.propertysheet.SheetCellRenderer.get TableCellRendererComponent (SheetCellRenderer.java:100) at org.openide.explorer.propertysheet.BaseTable.prepareRen derer(BaseTable.java:552) at org.openide.explorer.propertysheet.SheetTable.prepareRe nderer(SheetTable.java:409) at javax.swing.plaf.basic.BasicTableUI.paintCell (BasicTableUI.java:1149) at javax.swing.plaf.basic.BasicTableUI.paintCells (BasicTableUI.java:1051) at javax.swing.plaf.basic.BasicTableUI.paint (BasicTableUI.java:974) at javax.swing.plaf.ComponentUI.update (ComponentUI.java:142) at javax.swing.JComponent.paintComponent (JComponent.java:541) at org.openide.explorer.propertysheet.SheetTable.paintCom ponent(SheetTable.java:320) at javax.swing.JComponent.paint (JComponent.java:808) at org.openide.explorer.propertysheet.BaseTable.paint (BaseTable.java:613) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JViewport.paint (JViewport.java:707) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JSplitPane.paintChildren (JSplitPane.java:1021) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JSplitPane.paintChildren (JSplitPane.java:1021) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JSplitPane.paintChildren (JSplitPane.java:1021) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JSplitPane.paintChildren (JSplitPane.java:1021) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JLayeredPane.paint (JLayeredPane.java:552) at javax.swing.JComponent.paintChildren (JComponent.java:647) at javax.swing.JComponent.paint (JComponent.java:817) at javax.swing.JComponent.paintWithOffscreenBuffer (JComponent.java:4771) at javax.swing.JComponent.paintDoubleBuffered (JComponent.java:4724) at javax.swing.JComponent._paintImmediately (JComponent.java:4668) at javax.swing.JComponent.paintImmediately (JComponent.java:4477) at javax.swing.RepaintManager.paintDirtyRegions (RepaintManager.java:410) [catch] at javax.swing.SystemEventQueueUtilities$ComponentWorkR equest.run(SystemEventQueueUtilities.java:117) at java.awt.event.InvocationEvent.dispatch (InvocationEvent.java:178) at java.awt.EventQueue.dispatchEvent (EventQueue.java:448) at java.awt.EventDispatchThread.pumpOneEventForHierarch y(EventDispatchThread.java:197) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:144) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:136) at java.awt.EventDispatchThread.run (EventDispatchThread.java:99) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=974990&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-06-17 08:21:05
|
Bugs item #974576, was opened at 2004-06-17 01:21 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=974576&group_id=60228 Category: Notifications Group: MC4J 1.2b5 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Notification properties panel does not display UserData Initial Comment: My server emits a Notification with a String UserData. The String is correctly displayed in the MC4J notification panel The string is not displayed correctly in the MC4J notification properies dialog. Same applies to "source" field omr...@ca... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=974576&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-06-16 17:13:41
|
Bugs item #974061, was opened at 2004-06-16 17:13 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=974061&group_id=60228 Category: Visual Group: MC4J 1.2b5 Status: Open Resolution: None Priority: 3 Submitted By: D.Samsonoff (dsamsonoff) Assigned to: D.Samsonoff (dsamsonoff) Summary: Indefinite Grouping Initial Comment: It is posisible to "group" sub-domain nodes indefinetly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=974061&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-06-15 13:30:24
|
Bugs item #973247, was opened at 2004-06-15 14:30 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=973247&group_id=60228 Category: Operations Group: MC4J 1.2b5 Status: Open Resolution: None Priority: 5 Submitted By: Joaquim Rocha (jjmrocha) Assigned to: Nobody/Anonymous (nobody) Summary: Wrong number of parameters Initial Comment: I'm using JBOSS, I wrote a MBean, where the method X has 2 parameters A and B, in MC4J i see only one (parameter A) if i supply the value Y, the method will be call with parameter A=Y and parameter B=Y ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=973247&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-06-14 05:29:11
|
Bugs item #972402, was opened at 2004-06-13 22:29 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=972402&group_id=60228 Category: Operations Group: MC4J 1.2b5 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Bug in loading new classpaths Initial Comment: java.lang.IllegalStateException: WARNING: Going from readAccess to writeAccess, see #10778: http://www.netbeans.org/issues/show_bug.cgi?id=10778 at org.openide.util.Mutex.enter(Mutex.java:436) at org.openide.util.Mutex.writeEnter (Mutex.java:388) at org.openide.util.Mutex.access$100 (Mutex.java:67) at org.openide.util.Mutex$Privileged.enterWriteAccess (Mutex.java:1204) at org.openide.nodes.Index$ArrayChildren.indexOf (Index.java:383) at org.openide.actions.MoveDownAction.enable (MoveDownAction.java:80) at org.openide.util.actions.NodeAction$DelegateAction.result Changed(NodeAction.java:467) at sun.reflect.GeneratedMethodAccessor18.invoke (Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke (Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.openide.util.WeakListenerImpl$ProxyListener.invoke (WeakListenerImpl.java:374) at $Proxy4.resultChanged(Unknown Source) at org.openide.util.lookup.AbstractLookup.notifyListeners (AbstractLookup.java:405) at org.openide.util.lookup.SimpleProxyLookup$ProxyResult.re sultChanged(SimpleProxyLookup.java:200) at org.openide.util.lookup.SimpleProxyLookup.checkLookup (SimpleProxyLookup.java:64) at org.openide.util.lookup.SimpleProxyLookup.lookup (SimpleProxyLookup.java:86) at org.openide.explorer.propertysheet.IndexedEditorPanel.up dateButtonState(IndexedEditorPanel.java:301) at org.openide.explorer.propertysheet.IndexedEditorPanel.pr opertyChange(IndexedEditorPanel.java:387) at java.beans.PropertyChangeSupport.firePropertyChange (Unknown Source) at java.beans.PropertyChangeSupport.firePropertyChange (Unknown Source) at org.openide.explorer.ExplorerManager.setSelectedNodes (ExplorerManager.java:219) at org.openide.explorer.ExplorerManager.setSelectedNodes1 (ExplorerManager.java:355) at org.openide.explorer.ExplorerManager.setExploredContext AndSelection(ExplorerManager.java:305) at org.openide.explorer.view.BeanTreeView.selectionChange d(BeanTreeView.java:88) at org.openide.explorer.view.TreeView.callSelectionChanged (TreeView.java:611) at org.openide.explorer.view.TreeView$TreePropertyListener .run(TreeView.java:963) at org.openide.util.Mutex.postRequest (Mutex.java:867) at org.openide.util.Mutex.postReadRequest (Mutex.java:347) at org.openide.explorer.view.TreeView$TreePropertyListener .valueChanged(TreeView.java:933) at javax.swing.tree.DefaultTreeSelectionModel.fireValueChan ged(Unknown Source) at javax.swing.tree.DefaultTreeSelectionModel.notifyPathCh ange(Unknown Source) at javax.swing.tree.DefaultTreeSelectionModel.addSelection Paths(Unknown Source) at javax.swing.tree.DefaultTreeSelectionModel.addSelection Path(Unknown Source) at org.openide.explorer.view.TreeTable$ListToTreeSelection ModelWrapper.updateSelectedPathsFromSelectedRows (TreeTable.java:1189) at org.openide.explorer.view.TreeTable$ListToTreeSelection ModelWrapper$ListSelectionHandler.valueChanged (TreeTable.java:1207) at javax.swing.DefaultListSelectionModel.fireValueChanged (Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged (Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged (Unknown Source) at javax.swing.DefaultListSelectionModel.changeSelection (Unknown Source) at javax.swing.DefaultListSelectionModel.changeSelection (Unknown Source) at javax.swing.DefaultListSelectionModel.setSelectionInterv al(Unknown Source) at javax.swing.JTable.changeSelectionModel (Unknown Source) at javax.swing.JTable.changeSelection (Unknown Source) at org.openide.explorer.view.TreeTable$TreeTableUI$TreeTa bleMouseInputHandler.processMouseEvent (TreeTable.java:1330) at org.openide.explorer.view.TreeTable$TreeTableUI$TreeTa bleMouseInputHandler.mousePressed (TreeTable.java:1236) at java.awt.AWTEventMulticaster.mousePressed(Unknown Source) at java.awt.AWTEventMulticaster.mousePressed(Unknown Source) at java.awt.Component.processMouseEvent (Unknown Source) at javax.swing.JComponent.processMouseEvent (Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl (Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Component.dispatchEvent (Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Window.dispatchEventImpl (Unknown Source) [catch] at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent (Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarch y(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.Dialog+1.run(Unknown Source) at java.awt.Dialog.show(Unknown Source) at org.netbeans.core.windows.services.NbPresenter.superSh ow(NbPresenter.java:722) at org.netbeans.core.windows.services.NbPresenter.doShow (NbPresenter.java:765) at org.netbeans.core.windows.services.NbPresenter.run (NbPresenter.java:753) at org.openide.util.Mutex.doEventAccess (Mutex.java:924) at org.openide.util.Mutex.readAccess (Mutex.java:158) at org.netbeans.core.windows.services.NbPresenter.show (NbPresenter.java:738) at org.openide.explorer.propertysheet.CustomEditorAction.a ctionPerformed(CustomEditorAction.java:255) at org.openide.explorer.propertysheet.SheetTable.editCellAt (SheetTable.java:767) at javax.swing.plaf.basic.BasicTableUI$Handler.adjustFocusA ndSelection(Unknown Source) at javax.swing.plaf.basic.BasicTableUI$Handler.mousePresse d(Unknown Source) at java.awt.AWTEventMulticaster.mousePressed(Unknown Source) at java.awt.AWTEventMulticaster.mousePressed(Unknown Source) at java.awt.AWTEventMulticaster.mousePressed(Unknown Source) at java.awt.Component.processMouseEvent (Unknown Source) at javax.swing.JComponent.processMouseEvent (Unknown Source) at org.openide.explorer.propertysheet.SheetTable.processM ouseEvent(SheetTable.java:568) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl (Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Component.dispatchEvent (Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Window.dispatchEventImpl (Unknown Source) at java.awt.Component.dispatchEvent (Unknown Source) at java.awt.EventQueue.dispatchEvent (Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarch y(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=972402&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-06-11 14:50:52
|
Bugs item #971178, was opened at 2004-06-11 16:50 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=971178&group_id=60228 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christian Schweer (holbitlan) Assigned to: Nobody/Anonymous (nobody) Summary: Compile error with cvs version of 2004/06/11 Initial Comment: Hi ! I just tried to build mc4j with the cvs version of today (2004/06/11 14:00 UTC). I get an compile error in org.mc4j.console.swing.graph.data.BoundedTimeTableXYDataset. The declared package in the class is wrong (org.jfree.data.time). After changing the package, to additional imports are necessary: import org.jfree.data.time.RegularTimePeriod; import org.jfree.data.time.TimePeriodAnchor; Patch provided! CU Christian (aka holbitlan) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=971178&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-06-11 14:36:46
|
Bugs item #971162, was opened at 2004-06-11 14:36 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=971162&group_id=60228 Category: Visual Group: MC4J 1.2b5 Status: Open Resolution: None Priority: 5 Submitted By: D.Samsonoff (dsamsonoff) Assigned to: D.Samsonoff (dsamsonoff) Summary: Absolete MBeans displayed after refresh Initial Comment: In the connection tree view MBeans (and their domains) are still being displayed after there were removed from MBeanServer. Newly created MBeans do appear though. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=971162&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-06-07 17:49:57
|
Bugs item #968331, was opened at 2004-06-07 19:49 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=968331&group_id=60228 Category: Graphing Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christian Schweer (holbitlan) Assigned to: Nobody/Anonymous (nobody) Summary: NoClassDefFoundError when opening Graph Initial Comment: Hi mc4j, since mc4j changed to jfreechart-0.9.18, I always get an NoClassDefFoundError, when I try to open a Graph on a numeric attribute (stacktrace provided). Is the log4j library missing in the cvs? Any other ideas?? Thx in advance, Christian aka holbitlan --snip 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.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179) at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31) at org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241) at org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111) at org.openide.util.Task.run(Task.java:136) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686) Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Logger at org.jfree.chart.axis.Axis.<clinit>(Axis.java:169) at org.mc4j.console.swing.graph.AbstractGraphPanel.initGraphPanel(AbstractGraphPanel.java:122) at org.mc4j.console.swing.graph.AbstractGraphPanel.<init>(AbstractGraphPanel.java:97) at org.mc4j.console.bean.attribute.AttributeGraphPanel.<init>(AttributeGraphPanel.java:59) at org.mc4j.console.bean.attribute.GraphAttributesAction.performAction(GraphAttributesAction.java:67) at org.openide.util.actions.NodeAction$3.run(NodeAction.java:440) at org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java:247) at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:71) [catch] ... 11 more ==> java.lang.NoClassDefFoundError: org/apache/log4j/Logger at org.jfree.chart.axis.Axis.<clinit>(Axis.java:169) at org.mc4j.console.swing.graph.AbstractGraphPanel.initGraphPanel(AbstractGraphPanel.java:122) at org.mc4j.console.swing.graph.AbstractGraphPanel.<init>(AbstractGraphPanel.java:97) at org.mc4j.console.bean.attribute.AttributeGraphPanel.<init>(AttributeGraphPanel.java:59) at org.mc4j.console.bean.attribute.GraphAttributesAction.performAction(GraphAttributesAction.java:67) at org.openide.util.actions.NodeAction$3.run(NodeAction.java:440) at org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java:247) at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:71) 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.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179) at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31) at org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241) at org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111) at org.openide.util.Task.run(Task.java:136) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330) [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686) --snap ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=968331&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-06-03 11:43:31
|
Bugs item #965677, was opened at 2004-06-03 04:43 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=965677&group_id=60228 Category: Connections Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: error after i shutdown jboss Initial Comment: after i shut down jboss (3.0.4) in the memory meter window i get the null pointer exception in a message box, with details as follows: java.lang.NullPointerException at org.mc4j.console.connection.ConnectionNode.loadConnec tionNodeChildren(ConnectionNode.java:192) at org.mc4j.console.connection.ConnectionNode.refresh (ConnectionNode.java:387) at org.mc4j.console.connection.ConnectionNode$1.run (ConnectionNode.java:360) at java.util.TimerThread.mainLoop (Timer.java:432) [catch] at java.util.TimerThread.run(Timer.java:382) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=965677&group_id=60228 |
From: Brent A. <BAn...@no...> - 2004-05-28 21:03:07
|
I receive the following error when loading the mx4j-tools-1.1.1.jar in common/lib on a base Tomcat installation: java.lang.NoClassDefFoundError: javax/management/RuntimeOperationsException at javax.management.MBeanServerFactory.getLogger(MBeanServerFactory.java:32) at javax.management.MBeanServerFactory.findMBeanServer(MBeanServerFactory.java:106) at org.apache.commons.modeler.Registry.getMBeanServer(Registry.java:659) at org.apache.commons.modeler.Registry.getServer(Registry.java:539) at org.apache.catalina.mbeans.MBeanUtils.createServer(MBeanUtils.java:1748) at org.apache.catalina.mbeans.MBeanUtils.<clinit>(MBeanUtils.java:169) at org.apache.catalina.mbeans.GlobalResourcesLifecycleListener.<clinit>(GlobalResourcesLifecycleListener.java:117) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at java.lang.Class.newInstance0(Class.java:308) at java.lang.Class.newInstance(Class.java:261) at org.apache.commons.digester.ObjectCreateRule.begin(ObjectCreateRule.java:253) at org.apache.commons.digester.Rule.begin(Rule.java:200) at org.apache.commons.digester.Digester.startElement(Digester.java:1273) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) According to the Tomcat 4.1 documentation, this is the only .jar file needed to configure Tomcat properly. I used catalina.sh run to start tomcat. Is there a .jar file I'm missing? Thanks Brent |
From: SourceForge.net <no...@so...> - 2004-05-28 09:55:33
|
Bugs item #962109, was opened at 2004-05-28 09:55 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=962109&group_id=60228 Category: Visual Group: MC4J 1.2b5 Status: Open Resolution: None Priority: 2 Submitted By: D.Samsonoff (dsamsonoff) Assigned to: D.Samsonoff (dsamsonoff) Summary: Grouping problem Initial Comment: For grouped beans (in the connections tree view), once a new bean is added it does not get grouped. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=962109&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-05-26 13:45:31
|
Bugs item #908165, was opened at 2004-03-02 03:32 Message generated for change (Comment added) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=908165&group_id=60228 Category: Connections Group: MC4J 1.2b5 >Status: Pending >Resolution: Fixed >Priority: 7 Submitted By: Philippe Mouawad (pmouawad) Assigned to: Greg Hinkle (ghinkl) Summary: JSR160 Wizard is bugged Initial Comment: The wizard discards the InitialContext, the user, password. ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2004-05-26 08:45 Message: Logged In: YES user_id=773314 Fixed and committed. Will be released with 1.2b6. Please let me know if this covers all of what you expected. ---------------------------------------------------------------------- Comment By: Greg Hinkle (ghinkl) Date: 2004-05-26 08:14 Message: Logged In: YES user_id=773314 Reopening as there was a mistake in the integration of the patch. I will add the principal and credentials to the initial context lookup, but I'm not sure why we would need to allow you to enter a jndi path. The JNDI path is part of the service url for JSR 160 connections. ---------------------------------------------------------------------- Comment By: Greg Hinkle (ghinkl) Date: 2004-04-13 21:26 Message: Logged In: YES user_id=773314 The 1.2b5 release fixed this problem. The context is used and set properly and has been tested with password protected remoting servers. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=908165&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-05-26 13:36:49
|
Bugs item #804136, was opened at 2003-09-10 21:39 Message generated for change (Comment added) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=804136&group_id=60228 Category: MBeans Group: MC4J 1.2b1 >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Graham Lea (grlea) >Assigned to: Greg Hinkle (ghinkl) Summary: Unregistered MBeans don't Disappear Initial Comment: Using MX4J 1.1.1 After unregistering an MBean (programatically in the agent), it does not disappear from the MC4J explorer tree. Refreshing the tree does not make it disappear. Disconnecting and reconnecting to the server reveals that it has, in fact, disappeared. ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2004-05-26 08:36 Message: Logged In: YES user_id=773314 Duplicate of #939971 which has finally been fixed and is pending release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=804136&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-05-26 13:14:24
|
Bugs item #908165, was opened at 2004-03-02 03:32 Message generated for change (Comment added) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=908165&group_id=60228 Category: Connections >Group: MC4J 1.2b5 >Status: Open >Resolution: Accepted Priority: 5 Submitted By: Philippe Mouawad (pmouawad) Assigned to: Greg Hinkle (ghinkl) Summary: JSR160 Wizard is bugged Initial Comment: The wizard discards the InitialContext, the user, password. ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2004-05-26 08:14 Message: Logged In: YES user_id=773314 Reopening as there was a mistake in the integration of the patch. I will add the principal and credentials to the initial context lookup, but I'm not sure why we would need to allow you to enter a jndi path. The JNDI path is part of the service url for JSR 160 connections. ---------------------------------------------------------------------- Comment By: Greg Hinkle (ghinkl) Date: 2004-04-13 21:26 Message: Logged In: YES user_id=773314 The 1.2b5 release fixed this problem. The context is used and set properly and has been tested with password protected remoting servers. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=908165&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-05-26 12:53:30
|
Bugs item #960784, was opened at 2004-05-26 07:42 Message generated for change (Comment added) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=960784&group_id=60228 Category: Connections Group: MC4J 1.2b5 >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Philippe Mouawad (pmouawad) >Assigned to: Greg Hinkle (ghinkl) Summary: Connection to JSR160 fails with java.io.IOException: Failed Initial Comment: I have set the following parameters: Initial Context Factory : com.sun.jndi.rmi.registry.RegistryContextFactory JNDI name : DKT Principle: test Password: test ServerURL : service:jmx:rmi://localhost:5000/jndi/DKT This connection works with the Patches I had submitted on MC4J 1.2b4 but you didn't take them into account :-( java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial at javax.management.remote.rmi.RMIConnector.connect (RMIConnector.java:317) at javax.management.remote.JMXConnectorFactory.connect (JMXConnectorFactory.java:247) at org.mc4j.console.connection.JSR160ConnectionNode.con nect(JSR160ConnectionNode.java:69) at org.mc4j.console.connection.ReconnectAction.performAct ion(ReconnectAction.java:37) at org.openide.util.actions.NodeAction$3.run (NodeAction.java:440) at org.openide.util.actions.CallableSystemAction$ActionRunn able.actionPerformed(CallableSystemAction.java:247) at org.netbeans.core.ModuleActions.invokeAction (ModuleActions.java:71) 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.openide.util.actions.CallableSystemAction.invokeActio n(CallableSystemAction.java:179) at org.openide.util.actions.CallableSystemAction.access$000 (CallableSystemAction.java:31) at org.openide.util.actions.CallableSystemAction$ActionRunn able.doRun(CallableSystemAction.java:241) at org.openide.util.actions.CallableSystemAction$2.run (CallableSystemAction.java:111) at org.openide.util.Task.run(Task.java:136) at org.openide.util.RequestProcessor$Task.run (RequestProcessor.java:330) at org.openide.util.RequestProcessor$Processor.run (RequestProcessor.java:686) Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial at javax.naming.spi.NamingManager.getInitialContext (NamingManager.java:640) at javax.naming.InitialContext.getDefaultInitCtx (InitialContext.java:243) at javax.naming.InitialContext.getURLOrDefaultInitCtx (InitialContext.java:280) at javax.naming.InitialContext.lookup (InitialContext.java:347) at javax.management.remote.rmi.RMIConnector.findRMIServ erJNDI(RMIConnector.java:1785) at javax.management.remote.rmi.RMIConnector.findRMIServ er(RMIConnector.java:1751) at javax.management.remote.rmi.RMIConnector.connect (RMIConnector.java:259) [catch] ... 17 more ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2004-05-26 07:53 Message: Logged In: YES user_id=773314 Duplicate of #908162 (These fixes will be in the next release) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=960784&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-05-26 12:52:06
|
Bugs item #960787, was opened at 2004-05-26 07:44 Message generated for change (Comment added) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=960787&group_id=60228 Category: None Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Philippe Mouawad (pmouawad) >Assigned to: Greg Hinkle (ghinkl) Summary: JSR160 Wizard is bugged Initial Comment: The wizard doesn't allow entering JNDI NAme InitialContextFactory You can enter them afterwards but they don't seem to be taken into account. I submitted a patch on MC4J 1.2b4 but you answered the bug was corrected :-( ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2004-05-26 07:52 Message: Logged In: YES user_id=773314 Duplicate of #908165 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=960787&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-05-26 12:44:58
|
Bugs item #960787, was opened at 2004-05-26 12:44 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=960787&group_id=60228 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Philippe Mouawad (pmouawad) Assigned to: Nobody/Anonymous (nobody) Summary: JSR160 Wizard is bugged Initial Comment: The wizard doesn't allow entering JNDI NAme InitialContextFactory You can enter them afterwards but they don't seem to be taken into account. I submitted a patch on MC4J 1.2b4 but you answered the bug was corrected :-( ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=960787&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-05-26 12:42:34
|
Bugs item #960784, was opened at 2004-05-26 12:42 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=960784&group_id=60228 Category: Connections Group: MC4J 1.2b5 Status: Open Resolution: None Priority: 5 Submitted By: Philippe Mouawad (pmouawad) Assigned to: Nobody/Anonymous (nobody) Summary: Connection to JSR160 fails with java.io.IOException: Failed Initial Comment: I have set the following parameters: Initial Context Factory : com.sun.jndi.rmi.registry.RegistryContextFactory JNDI name : DKT Principle: test Password: test ServerURL : service:jmx:rmi://localhost:5000/jndi/DKT This connection works with the Patches I had submitted on MC4J 1.2b4 but you didn't take them into account :-( java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial at javax.management.remote.rmi.RMIConnector.connect (RMIConnector.java:317) at javax.management.remote.JMXConnectorFactory.connect (JMXConnectorFactory.java:247) at org.mc4j.console.connection.JSR160ConnectionNode.con nect(JSR160ConnectionNode.java:69) at org.mc4j.console.connection.ReconnectAction.performAct ion(ReconnectAction.java:37) at org.openide.util.actions.NodeAction$3.run (NodeAction.java:440) at org.openide.util.actions.CallableSystemAction$ActionRunn able.actionPerformed(CallableSystemAction.java:247) at org.netbeans.core.ModuleActions.invokeAction (ModuleActions.java:71) 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.openide.util.actions.CallableSystemAction.invokeActio n(CallableSystemAction.java:179) at org.openide.util.actions.CallableSystemAction.access$000 (CallableSystemAction.java:31) at org.openide.util.actions.CallableSystemAction$ActionRunn able.doRun(CallableSystemAction.java:241) at org.openide.util.actions.CallableSystemAction$2.run (CallableSystemAction.java:111) at org.openide.util.Task.run(Task.java:136) at org.openide.util.RequestProcessor$Task.run (RequestProcessor.java:330) at org.openide.util.RequestProcessor$Processor.run (RequestProcessor.java:686) Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial at javax.naming.spi.NamingManager.getInitialContext (NamingManager.java:640) at javax.naming.InitialContext.getDefaultInitCtx (InitialContext.java:243) at javax.naming.InitialContext.getURLOrDefaultInitCtx (InitialContext.java:280) at javax.naming.InitialContext.lookup (InitialContext.java:347) at javax.management.remote.rmi.RMIConnector.findRMIServ erJNDI(RMIConnector.java:1785) at javax.management.remote.rmi.RMIConnector.findRMIServ er(RMIConnector.java:1751) at javax.management.remote.rmi.RMIConnector.connect (RMIConnector.java:259) [catch] ... 17 more ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=960784&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-05-26 03:07:13
|
Bugs item #955973, was opened at 2004-05-18 09:35 Message generated for change (Comment added) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=955973&group_id=60228 Category: Dashboards Group: MC4J 1.2b5 >Status: Pending >Resolution: Fixed Priority: 5 Submitted By: Christian Schweer (holbitlan) Assigned to: Greg Hinkle (ghinkl) Summary: Refresh on DashboardNode throws ClassCastException Initial Comment: Hi! Whenever I invoke a refresh on a DashboardNode OTHER than the "Global Dashboards Node" (e.g. the node named "Tomcat" or "Web" of a JMX connection to a tomcat), I get a ClassCastExcpetion: --snip ava.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.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179) at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31) at org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241) at org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111) at org.openide.util.Task.run(Task.java:136) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686) Caused by: java.lang.ClassCastException at org.mc4j.console.dashboard.global.GlobalDashboardSetNode.refresh(GlobalDashboardSetNode.java:76) at org.mc4j.console.bean.RefreshAction.performAction(RefreshAction.java:50) at org.openide.util.actions.NodeAction$3.run(NodeAction.java:440) at org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java:247) at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:71) [catch] ... 11 more ==> java.lang.ClassCastException at org.mc4j.console.dashboard.global.GlobalDashboardSetNode.refresh(GlobalDashboardSetNode.java:76) at org.mc4j.console.bean.RefreshAction.performAction(RefreshAction.java:50) at org.openide.util.actions.NodeAction$3.run(NodeAction.java:440) at org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java:247) at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:71) 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.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179) at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31) at org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241) at org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111) at org.openide.util.Task.run(Task.java:136) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330) [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686) --snap ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2004-05-25 22:07 Message: Logged In: YES user_id=773314 Fixed, only allowing refresh at the root global dashboard level. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=955973&group_id=60228 |
From: SourceForge.net <no...@so...> - 2004-05-26 03:00:53
|
Bugs item #914838, was opened at 2004-03-12 04:02 Message generated for change (Settings changed) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=914838&group_id=60228 Category: MBeans Group: MC4J 1.2b4 >Status: Pending Resolution: None Priority: 7 Submitted By: Christian Schweer (holbitlan) >Assigned to: Greg Hinkle (ghinkl) Summary: MBean displayed duplicate Initial Comment: When I connect to a JSR160 agent with mc4j 1.2b4, some mbean are displayed duplicate. E.g. I deployed one (!) HelloWorld MBean and the bean is shown twice in mc4j. If I disconnect from the agent and reconnect again, the number of displayed mbean is correct! Steps to reproduce: 1. startup JSR160-agent (I'm using mx4j2.0beta1) 2. deploy 2 MBeans at startup 3. start a new (!) mc4j and connect to mx4j Expected result: 2 different beans are shown under my domain Actual result: 3 beans are shown (1 bean is shown twice). Disconnect from mx4j and reconnect without exiting mc4j -> the expected result is reached. Sometimes even my domain is doubled... but I can't reproduce this reliably ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2004-05-25 22:00 Message: Logged In: YES user_id=773314 The patch has been incorporated. Thanks Christian! ---------------------------------------------------------------------- Comment By: Christian Schweer (holbitlan) Date: 2004-05-14 07:47 Message: Logged In: YES user_id=902230 A classic race condition when the node tree is created: Both threads "Module-Actions" and "Mc4j connection Thread" run into the method ConnectionNode.loadConnectionNodeChildren() Unfortunately the test whether a node is already added and the add itself is NOT synchronized. So some nodes are indeterministic added twice. The provided file adds necessary synchronized blocks and additionally I changed the method browseToNode(ObjectName) to use getMBeanNode() instead of doing the same with own code. Bye, Christian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=914838&group_id=60228 |