You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Nathan Chandler <na...@orange.net> on 2002/01/22 17:09:13 UTC

JMeter not exiting from a test plan

Hi, 

Running a test plan (see attached jmx file) but not sure if I am missing something as although running correctly the TestPlan is not exiting. In GUI have to click Run > Stop which can live with. However, using nongui.sh just keeps process open so automating a problem.

Currently using release 1.7b2. Help appreciated.


Re: JMeter not exiting from a test plan

Posted by Nathan Chandler <na...@orange.net>.
> 
> We'd happily submit a patch for this if people would like it (I say we,
> because its not actually my code - another guy at work was working on it).
> 

This would be very useful.

Thanks for response.

Re: JMeter not exiting from a test plan

Posted by Dmitri Colebatch <di...@bigpond.net.au>.
Hi,

We also found this.  I think its due to the fact that some swing classes are
still loaded, and hence the swing thread(s) are started.  meaning that when
the explicitly created threads finish, others are still running.  We've made
a workaround for this by joining all the started threads, and when the last
of our threads is finished, calling System.exit.

We'd happily submit a patch for this if people would like it (I say we,
because its not actually my code - another guy at work was working on it).

cheers
dim

----- Original Message -----
From: "Nathan Chandler" <na...@orange.net>
To: "JMeter Users List" <jm...@jakarta.apache.org>
Sent: Wednesday, January 23, 2002 3:09 AM
Subject: JMeter not exiting from a test plan


> Hi,
>
> Running a test plan (see attached jmx file) but not sure if I am missing
something as although running correctly the TestPlan is not exiting. In GUI
have to click Run > Stop which can live with. However, using nongui.sh just
keeps process open so automating a problem.
>
> Currently using release 1.7b2. Help appreciated.
>
>


----------------------------------------------------------------------------
----


> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>