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=28028>. 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=28028 NON-GUI mode (distributed testing): IndexOutOfBoundsException Summary: NON-GUI mode (distributed testing): IndexOutOfBoundsException Product: JMeter Version: 1.9.1 Platform: All OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
