DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39599>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39599 Summary: ConcurrentModificationException when trying to run the test Product: JMeter Version: 2.1.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: P2 Component: Main AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I have the following exception when I try to run the test (using Ctrl R) : 2006/05/17 10:16:47 ERROR - jmeter.gui.action.ActionRouter: java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification(Unknown Source) at java.util.LinkedList$ListItr.next(Unknown Source) at org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:977) at org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:979) at org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:979) at org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:979) at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:962) at org.apache.jmeter.gui.action.Start.startEngine(Start.java:95) at org.apache.jmeter.gui.action.Start.doAction(Start.java:73) at org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:76 ) at org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:44) at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:61) 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) The test never runs, but if I repeat Ctrl + T, then it runs after severall tries. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
