All, I am getting the following exception on the remote hosts when attempting to start multiple remote hosts in non-Gui mode:
java.lang.NullPointerException at org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:1012) at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:990) at org.apache.jmeter.engine.StandardJMeterEngine.run (StandardJMeterEngine.java:330) at java.lang.Thread.run(Unknown Source) I am using the JDBC sampler. Jmeter version is 2.0.3 Here is a sample command line jmeter -n -r -Jremote_hosts=client1,client2 -tC:\in.jmx -lC:\out.jtl I am able to remote start multiple remote machines from the GUI with no problem. The exception only occurs when running from the command line. Also, I can remote start a single host from commandline, but more than one fails. Does anyone have experience with this? Thanks for your help. Mark

