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=42326>.
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=42326





------- Additional Comments From [EMAIL PROTECTED]  2007-05-31 03:41 -------
Hmm, I installed nightly build r542903 and tried to open saved test plans (both 
saved with old versions and with the current nightly), and I reproducably get a 
ConcurrentModificationException:

2007/05/31 12:34:41 ERROR - jmeter.JMeter: Failure loading test file 
java.util.ConcurrentModificationException
        at java.util.LinkedHashMap$LinkedHashIterator.nextEntry
(LinkedHashMap.java:365)
        at java.util.LinkedHashMap$ValueIterator.next(LinkedHashMap.java:380)
        at org.apache.jmeter.testelement.property.PropertyIteratorImpl.next
(PropertyIteratorImpl.java:50)
        at org.apache.jmeter.testelement.AbstractTestElement.mergeIn
(AbstractTestElement.java:276)
        at org.apache.jmeter.testelement.AbstractTestElement.addTestElement
(AbstractTestElement.java:115)
        at org.apache.jmeter.testelement.TestPlan.addTestElement
(TestPlan.java:222)
        at org.apache.jmeter.gui.tree.JMeterTreeModel.addSubTree
(JMeterTreeModel.java:83)
        at org.apache.jmeter.gui.GuiPackage.addSubTree(GuiPackage.java:457)
        at org.apache.jmeter.gui.action.Load.insertLoadedTree(Load.java:141)
        at org.apache.jmeter.gui.action.Load.insertLoadedTree(Load.java:168)
        at org.apache.jmeter.JMeter.startGui(JMeter.java:226)
        at org.apache.jmeter.JMeter.start(JMeter.java:314)
        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:585)
        at org.apache.jmeter.NewDriver.main(NewDriver.java:183)

Why this does not happen at my "privately patched" version here I don't really 
know, but it may have to do with the fact that the rest of my sources are more 
or less in 2.2 state. I'll install the source files from the current nightly 
and give it another try. For now, you may probably want to rollback the 
AbstractTestElement because the above error is a definite showstopper for the 
nightly (unless you want to take the effort and find a fix to the 
ConcurrentModificationException without rolling back the changes introduced 
with the patch).

-- 
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]

Reply via email to