Bug 28028 - NON-GUI mode (distributed testing): IndexOutOfBoundsException
Summary: NON-GUI mode (distributed testing): IndexOutOfBoundsException
Status: RESOLVED DUPLICATE of bug 39792
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 1.9.1
Hardware: All Windows XP
: P3 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-29 17:50 UTC by Harry Singh
Modified: 2007-09-01 04:57 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harry Singh 2004-03-29 17:50:35 UTC
when running JMeter in non-gui mode 
java -Xincgc -Xmx256m -jar ApacheJMeter.jar -n -r -t ../scripts/test.jmx -l
../scripts/out.jtl -Jremote_hosts=host1,host2

it's throwing wollowing exception:

java.lang.IndexOutOfBoundsException: Index: -1, Size: 3
        at java.util.LinkedList.entry(LinkedList.java:356)
        at java.util.LinkedList.set(LinkedList.java:313)
        at
org.apache.jorphan.collections.ListedHashTree.replace(ListedHashTree.java:171)
        at
org.apache.jmeter.engine.ConvertListeners.addNode(ConvertListeners.java:59)
        at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:893)
        at
org.apache.jmeter.engine.ClientJMeterEngine.run(ClientJMeterEngine.java:148)
        at java.lang.Thread.run(Thread.java:536)
Comment 1 Sebb 2007-09-01 04:57:46 UTC
Seems to be the same as bug 23487 and Bug 39792 

*** This bug has been marked as a duplicate of 39792 ***
Comment 2 The ASF infrastructure team 2022-09-24 20:37:32 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1339