Re: http request failing in jmeter2.11 but works fine in 2.9

2014-03-07 Thread sebb
OK, thanks for confirming the work-round is OK. == The next version of JMeter will have a way of specifying an idle timeout in case the server does not send the optional header (Keep-Alive) The HC4 stale connection check is currently a bit expensive, as it applies to every sample. That is why th

Re: http request failing in jmeter2.11 but works fine in 2.9

2014-03-07 Thread Guruprasad R
Thanks sebb.. that was helpful.. It works fine after i made the changes pointed out by you. Regards, Guru On Fri, Mar 7, 2014 at 4:28 PM, sebb wrote: > On 7 March 2014 08:38, Guruprasad R wrote: > > Hi all, i am sending a http request from jmeter-2.9 and jmeter-2.11. > > Jmeter-2.11 shows exce

Re: http request failing in jmeter2.11 but works fine in 2.9

2014-03-07 Thread sebb
On 7 March 2014 08:38, Guruprasad R wrote: > Hi all, i am sending a http request from jmeter-2.9 and jmeter-2.11. > Jmeter-2.11 shows exception in response for alternate requests. The script > works well in jmeter-2.9 without any issues. This looks like an example of https://issues.apache.org/bu

Re: http request failing in jmeter2.11 but works fine in 2.9

2014-03-07 Thread NaveenKumar N
Turn off the firewall and try. Use fiddler tool tool to compare the requests. Thank you! NaveenKumar N Sent from my iPhone > On Mar 7, 2014, at 2:08 PM, Guruprasad R wrote: > > Hi all, i am sending a http request from jmeter-2.9 and jmeter-2.11. > Jmeter-2.11 shows exception in response for alt

http request failing in jmeter2.11 but works fine in 2.9

2014-03-07 Thread Guruprasad R
Hi all, i am sending a http request from jmeter-2.9 and jmeter-2.11. Jmeter-2.11 shows exception in response for alternate requests. The script works well in jmeter-2.9 without any issues. I placed a breakpoint in my server to see whether the alternate requests are reaching my server. But its not