On 06/01/06, sarath chandra <[EMAIL PROTECTED]> wrote: > > hi, > > I'm using Jmeter1.9.1 version.
This is very old. Consider upgrading. > I need to use it in non-gui mode for my distributed > testing. > When i'm giving the command as below > > jmeter -n -r -Jremote_hosts=host1,host2 -tSample.jmx > > The above command is throwing exceptions : > > java.lang.IndexOutOfBoundsException: Index: -1, Size: > 2 > 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:65) > at > org.apache.jorphan.collections.HashTree.traverse(HashTree.java:894) > at > org.apache.jmeter.engine.ClientJMeterEngine.run(ClientJMeterEngine.java:150) > at java.lang.Thread.run(Thread.java:536) > > As its very urgent,Please help me in finding the > correct format to give the command to run the test at > the system names specified. No idea what the problem is, but try changing remote_hosts in jmeter.properties instead of using the -J flag - that may work better. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

