Bug 39599 - ConcurrentModificationException when trying to run the test
Summary: ConcurrentModificationException when trying to run the test
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.1.1
Hardware: PC Windows XP
: P2 major (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-17 14:03 UTC by glhez
Modified: 2006-05-19 07:13 UTC (History)
0 users



Attachments
The test that fails (68.03 KB, application/octet-stream)
2006-05-17 14:04 UTC, glhez
Details
required by the test (66.28 KB, application/octet-stream)
2006-05-17 14:05 UTC, glhez
Details
required by the test (85.63 KB, application/octet-stream)
2006-05-17 14:05 UTC, glhez
Details
required by the test (42.49 KB, application/octet-stream)
2006-05-17 14:05 UTC, glhez
Details
properties used to run the test (13.58 KB, application/octet-stream)
2006-05-17 14:06 UTC, glhez
Details
log file (3.51 KB, text/plain)
2006-05-17 14:06 UTC, glhez
Details
log file (a valid one) (4.90 KB, text/plain)
2006-05-17 14:08 UTC, glhez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description glhez 2006-05-17 14:03:22 UTC
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.
Comment 1 glhez 2006-05-17 14:04:43 UTC
Created attachment 18301 [details]
The test that fails

This is the file that fails to run the test
Comment 2 glhez 2006-05-17 14:05:20 UTC
Created attachment 18302 [details]
required by the test
Comment 3 glhez 2006-05-17 14:05:36 UTC
Created attachment 18303 [details]
required by the test
Comment 4 glhez 2006-05-17 14:05:49 UTC
Created attachment 18304 [details]
required by the test
Comment 5 glhez 2006-05-17 14:06:30 UTC
Created attachment 18305 [details]
properties used to run the test

There might be some problem with path
Comment 6 glhez 2006-05-17 14:06:47 UTC
Created attachment 18306 [details]
log file
Comment 7 glhez 2006-05-17 14:08:52 UTC
Created attachment 18307 [details]
log file (a valid one)

Previous log file was overriden.
Comment 8 Sebb 2006-05-18 17:45:45 UTC
I will try and fix this, but the solution at present is to remove the disabled
elements from the included files.

Comment 9 Sebb 2006-05-18 22:20:27 UTC
A fix has been checked into the 2.1 branch

It will be in the next nightly build, and 2.1.2
Comment 10 glhez 2006-05-19 08:44:49 UTC
(In reply to comment #9)
> A fix has been checked into the 2.1 branch
> 
> It will be in the next nightly build, and 2.1.2

Could I get the fix (or perhaps you'll plan another version of jMeter with it)
so that I can run my test peacefully?
Comment 11 Sebb 2006-05-19 14:13:06 UTC
The fix is available right now - just remove the disabled items from the
included files.

I will be creating another build in due course.
Comment 12 The ASF infrastructure team 2022-09-24 20:37:37 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1722