DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23487>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23487 Remote execution from command-line does not work correctly Summary: Remote execution from command-line does not work correctly Product: JMeter Version: 1.9.1 Platform: Other OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When trying this using two remote servers, specified in the jmeter.properties, I get the following stacktrace: [EMAIL PROTECTED] jakarta-jmeter-1.9.1]$ java -jar ./bin/ApacheJMeter.jar -n -r -t tests/Vanilla\ Servlet.jmx -p bin/jmeter.properties Created the tree successfully java.lang.IndexOutOfBoundsException: Index: -1, Size: 6 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) The test does run, but only with one machine. Did the same test using the nightly from the 9th of september. This gives basically the same result: [EMAIL PROTECTED] jakarta-jmeter-20030909]$ java -jar ./bin/ApacheJMeter.jar -n -r -t tests/Vanilla\ Servlet.jmx -p bin/jmeter.properties Created the tree successfully java.lang.IndexOutOfBoundsException: Index: -1, Size: 6 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:170) at org.apache.jmeter.engine.ConvertListeners.addNode(ConvertListeners.java:58) at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:1015) 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]
