Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 50774 invoked from network); 20 Jul 2005 03:01:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2005 03:01:11 -0000 Received: (qmail 3696 invoked by uid 500); 20 Jul 2005 03:01:08 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 3667 invoked by uid 500); 20 Jul 2005 03:01:07 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 3654 invoked by uid 99); 20 Jul 2005 03:01:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2005 20:01:07 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_40_50,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [208.254.149.2] (HELO SLNTEXG.metamatrix.com) (208.254.149.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2005 20:01:02 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C58CD7.98A93C64" Subject: Problem Remote starting Multiple Hosts from Command Line - JDBC Date: Tue, 19 Jul 2005 22:03:25 -0500 Message-ID: <5F3EBBC316C84F49A35B29023D4599329C31D6@SLNTEXG.quadrian.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem Remote starting Multiple Hosts from Command Line - JDBC Thread-Index: AcWM10T2WMR3ibL7SoqNgTFN3tvm/A== From: "Mark Drilling" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C58CD7.98A93C64 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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=3Dclient1,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 ------_=_NextPart_001_01C58CD7.98A93C64--