[Mc4j-development] [ mc4j-Bugs-933080 ] ConcurrentModificationException
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2004-05-26 02:56:05
|
Bugs item #933080, was opened at 2004-04-11 00:39 Message generated for change (Comment added) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=933080&group_id=60228 Category: Connections Group: MC4J 1.2b5 >Status: Pending >Resolution: Fixed Priority: 5 Submitted By: Ben Eng (jetpen) >Assigned to: Greg Hinkle (ghinkl) Summary: ConcurrentModificationException Initial Comment: When connecting to WebLogic Server 8.1, I get the following exception. 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.refresh (ConnectionNode.java:387) at org.mc4j.console.connection.DomainNodes.exposeDomain s(DomainNodes.java:56) at org.mc4j.console.connection.DomainNodes$1.run (DomainNodes.java:47) [catch] at java.lang.Thread.run(Thread.java:534) ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2004-05-25 21:56 Message: Logged In: YES user_id=773314 Patched based on work by holbitlan. Synchronized a few key parts of the load on the nodes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=933080&group_id=60228 |