Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 31778 invoked from network); 20 Oct 2005 17:45:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2005 17:45:35 -0000 Received: (qmail 99304 invoked by uid 500); 20 Oct 2005 17:45:32 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 99287 invoked by uid 500); 20 Oct 2005 17:45:32 -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 99276 invoked by uid 99); 20 Oct 2005 17:45:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 10:45:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [195.159.216.250] (HELO SERVER.tt.tracetracker.com) (195.159.216.250) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 10:45:31 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5D59E.03877217" Subject: RE: Hangup when testing remote Date: Thu, 20 Oct 2005 19:41:23 +0200 Message-ID: <5D85F621120B9545BE359DCFA77881250B31AE@SERVER.tt.tracetracker.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Hangup when testing remote Thread-Index: AcXVhygrkv7oN64WR2mT8ZEEyzwWLAAFlUNl References: <5D85F621120B9545BE359DCFA77881250B31AB@SERVER.tt.tracetracker.com> <27e674a90510200800n24817358q49cf59033ff5e44e@mail.gmail.com> From: "Morten Kristiansen" To: "JMeter Users List" , "JMeter Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5D59E.03877217 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable In the logs, everything looks fine. On the slave machine, the logs says = that it runs the tests and finishes them. I tried to run the same tests in consolemode without remote flag (-r), = and then everything works fine. I need to run in console mode since I'm running JMeter from Maven on a = nightly basis. I'm currently working on a Maven plugin for JMeter that runs JMeter and plots the result in graphs; = making it possible to see the sample results in a historical view. Morten -----Original Message----- From: Peter Lin [mailto:woolfel@gmail.com] Sent: Thu 10/20/2005 5:00 PM To: JMeter Users List Subject: Re: Hangup when testing remote =20 I've never seen this behavior before since I've never run distributed testing in console mode. does jmeter correctly run the tests and log the results? peter On 10/19/05, Morten Kristiansen = wrote: > > > I'm trying to run some remote tests in headless mode, but jmeter = hangs. > Here's the command I run and output: > > ../jakarta-jmeter-2.1.1/bin/jmeter = -Jlog_file=3Djmeter.log-Jupgrade_properties=3D/upgrade.properties > -Jsaveservice_properties=3D/saveservice.properties -n -l /jmeter- > raw-report.xml -p /jmeter.properties -d . -t /testplan.jmx -r > > Output: > > Created the tree successfully > Configuring remote engine for = 192.168.12.150:10099 > Starting remote engines > Remote engines have been started > Tidying up ... > ... end of run > > After the last output line, jmeter hangs. I use port 10099 as RMI, not = the > default 1099. I have checked logs on both master and slave hosts and = it all > seems to work. But it hangs. > > Can anyone help? > > Morten > > ------_=_NextPart_001_01C5D59E.03877217--