You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Amit Vashistha <av...@ismartpanache.com> on 2006/08/25 14:03:03 UTC

Jmeter

Hi all

 

I am able to run Jmeter Test plan and able to Send Soap Requert 

Results are also coming

But if I look into the logs of my system it shows nothing.

That means my system is not able to receive the request and jmeter is giving
in graph that it has completed that.

Please advice

 

jmeter.engine.StandardJMeterEngine: Running the test! 

2006/08/25 17:27:41 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,local) 

2006/08/25 17:27:42 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Thread Group. Ramp up = 1. 

2006/08/25 17:27:42 INFO  - jmeter.engine.StandardJMeterEngine: Continue on
error 

2006/08/25 17:27:42 INFO  - jmeter.threads.JMeterThread: Thread Thread Group
1-1 started 

2006/08/25 17:27:44 INFO  - jmeter.threads.JMeterThread: Thread Thread Group
1-1 is done 

2006/08/25 17:27:44 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread 0 

2006/08/25 17:27:44 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test 

2006/08/25 17:27:44 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test 

2006/08/25 17:27:44 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,local) 

2006/08/25 17:27:44 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended


RE: Jmeter

Posted by Amit Vashistha <av...@ismartpanache.com>.
Thanks Seb,
I am able to run it.
The issue was with the way I am submitting the URL on which I have to send
the request.
Its done thanks

-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Friday, August 25, 2006 7:37 PM
To: JMeter Users List
Subject: Re: Jmeter

On 25/08/06, Amit Vashistha <av...@ismartpanache.com> wrote:
> Hi all
>
>
>
> I am able to run Jmeter Test plan and able to Send Soap Requert
>
> Results are also coming

Do you mean that there is a response?

> But if I look into the logs of my system it shows nothing.

Perhaps the system is not logging these requests.

> That means my system is not able to receive the request and jmeter is
giving
> in graph that it has completed that.

I'm not sure it does mean that. If JMeter does not get a response,
this will be shown as a failed sample, or possiblu as an error message
in jmeter.log.

> Please advice
>
>
>
> jmeter.engine.StandardJMeterEngine: Running the test!
>
> 2006/08/25 17:27:41 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,local)
>
> 2006/08/25 17:27:42 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Thread Group. Ramp up = 1.
>
> 2006/08/25 17:27:42 INFO  - jmeter.engine.StandardJMeterEngine: Continue
on
> error
>
> 2006/08/25 17:27:42 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group
> 1-1 started
>
> 2006/08/25 17:27:44 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group
> 1-1 is done
>
> 2006/08/25 17:27:44 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread 0
>
> 2006/08/25 17:27:44 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
>
> 2006/08/25 17:27:44 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
>
> 2006/08/25 17:27:44 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,local)
>
> 2006/08/25 17:27:44 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Jmeter

Posted by sebb <se...@gmail.com>.
On 25/08/06, Amit Vashistha <av...@ismartpanache.com> wrote:
> Hi all
>
>
>
> I am able to run Jmeter Test plan and able to Send Soap Requert
>
> Results are also coming

Do you mean that there is a response?

> But if I look into the logs of my system it shows nothing.

Perhaps the system is not logging these requests.

> That means my system is not able to receive the request and jmeter is giving
> in graph that it has completed that.

I'm not sure it does mean that. If JMeter does not get a response,
this will be shown as a failed sample, or possiblu as an error message
in jmeter.log.

> Please advice
>
>
>
> jmeter.engine.StandardJMeterEngine: Running the test!
>
> 2006/08/25 17:27:41 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,local)
>
> 2006/08/25 17:27:42 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Thread Group. Ramp up = 1.
>
> 2006/08/25 17:27:42 INFO  - jmeter.engine.StandardJMeterEngine: Continue on
> error
>
> 2006/08/25 17:27:42 INFO  - jmeter.threads.JMeterThread: Thread Thread Group
> 1-1 started
>
> 2006/08/25 17:27:44 INFO  - jmeter.threads.JMeterThread: Thread Thread Group
> 1-1 is done
>
> 2006/08/25 17:27:44 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread 0
>
> 2006/08/25 17:27:44 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
>
> 2006/08/25 17:27:44 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
>
> 2006/08/25 17:27:44 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,local)
>
> 2006/08/25 17:27:44 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org