Re: How do I know the test is stopped?

2007-08-11 Thread Amit Kulkarni
when you start your test on right top corner you would see GREEN indicator which tells you that your test script has started and is IN-PROGRESS once it turns GREY your test script execution is COMPLETE On 8/10/07, tiffany [EMAIL PROTECTED] wrote: Hi, Which method should I call in order to

Re: BufferedInputStream closes on redirect

2007-08-11 Thread sebb
On 10/08/07, rmiller [EMAIL PROTECTED] wrote: I'm getting the following exception thrown on the login sampler in my test plan: java.io.IOException: Stream closed That is caused by the remote server. at java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:134)

Re: iterating through urls from csv data set config using while loop controller

2007-08-11 Thread sebb
On 10/08/07, sebb [EMAIL PROTECTED] wrote: On 10/08/07, Simon Brown [EMAIL PROTECTED] wrote: Hi, I was getting the following error originally. 2007/08/07 16:41:01 ERROR - jmeter.threads.JMeterThread: java.lang.IllegalArgumentException: Invalid uri 'EOF': escaped absolute path not

jmeter non graphical mode

2007-08-11 Thread Ashok Dwarakinath
Hi, I am using jmeter 2.2 in non-graphical mode. I have an aggregate report listener in my test plan. The data in the listener is logged in a file in csv format. Is there a way to view the logged data in the jmeter UI? Regards, Ashok