jmeter log is fine. The script was run over correctly. The problem is that the command does not exit after the run of test in remote mode. I have to type 'CTRL + C" to quit.
Below is the output of my running the same test in local mode and then remote mode. You'll see that I have to type "CTRL+C" to exit when running in remote testing mode. ------------ START ------ D:\Java\jakarta-jmeter-2.1.1\bin>jmeter -n -t TomcatReleaseNotes.jmx Created the tree successfully Starting the test [Full GC 18901K->1024K(249088K), 0.0579216 secs] Tidying up ... ... end of run D:\Java\jakarta-jmeter-2.1.1\bin>jmeter -n -r -t TomcatReleaseNotes.jmx Created the tree successfully Configuring remote engine for 127.0.0.1 Starting remote engines Remote engines have been started Tidying up ... [Full GC 20992K->1263K(249088K), 0.0496393 secs] ... end of run Terminate batch job (Y/N)? y D:\Java\jakarta-jmeter-2.1.1\bin> ------------ END ------ On 11/29/05, Baumgartner, Christian <[EMAIL PROTECTED]> wrote: > > what does jmeter log tell you? > > > -----Ursprüngliche Nachricht----- > Von: Eric Du [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 23. November 2005 12:05 > An: [email protected] > Betreff: Need Help: jmeter running in remote testing mode cannot exit > > Hi folks, > > I run jmeter in remote testing mode in command line as below: > jmeter -n -r -t <someTestPlan> > > And jmeter does not exit, never. Does anybody help? > > By the way, > 1.I can run the same test plan in non-remote mode > 2.no any error from the output > > Thanks in advance! > > -Eric > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

