Thanks for your quick reply Oliver! In the Results Tree Listener I get a SocketTimeOutException (giving full trace below this message) but I'm assuming this is the result of the timeout value i set in the Jmeter properties file. I only get this message after the one minute timeout I set has elapsed and the TreeListener shows me the request highlighted in red with this message. The webserver log files seem to indicate a response is sent much before so, even if an error, i would assume i should see something different in Results, yes?
Could you give me more info regarding your suggestion about losing context between requests .. i'm afraid i'm a bit lost here ... java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at java.io.BufferedInputStream.fill(Unknown Source) at java.io.BufferedInputStream.read1(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at sun.net.www.http.ChunkedInputStream.fastRead(Unknown Source) at sun.net.www.http.ChunkedInputStream.read(Unknown Source) at java.io.FilterInputStream.read(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source) at org.apache.commons.io.input.ProxyInputStream.read(ProxyInputStream.java:99) at java.io.BufferedInputStream.read1(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at java.io.FilterInputStream.read(Unknown Source) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTTPSamplerBase.java:1574) at org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl.readResponse(HTTPAbstractImpl.java:236) at org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.readResponse(HTTPJavaImpl.java:284) at org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.sample(HTTPJavaImpl.java:516) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:62) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1018) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1004) at org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:411) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:297) at java.lang.Thread.run(Unknown Source) On Sat, Jan 28, 2012 at 10:25 PM, Oliver Lloyd <[email protected]>wrote: > 200 does not always equal OK. Check the response being returned. Try the > > http://jmeter.apache.org/usermanual/component_reference.html#View_Results_Tree > View Results Tree listener . > > It looks like you are losing context between requests, more than likely > you'll need to correlate a response from the server. You can use a > > http://jmeter.apache.org/usermanual/component_reference.html#Regular_Expression_Extractor > Regular Expression Extractor for this. > > > > ----- > http://www.http503.com/ > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/JMeter-waits-for-responses-that-seem-to-have-been-sent-tp5438608p5438635.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
