[Mc4j-development] [ mc4j-Bugs-986462 ] ConcurrentModificationException upon loading nodes
Brought to you by:
ghinkl
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 |