Response Code of 404 means the following:

The requested resource could not be found but may be available again in the future.^[2] <http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#cite_note-RFC_2616-1> Subsequent requests by the client are permissible.

For a complete list of HTTP Error codes , please look at :

http://en.wikipedia.org/wiki/List_of_HTTP_status_codes

Thanks
Jatin

Suresh Babu wrote:
Thank you Deepak for your quick reply and suggestion

The problem has been resolved by adding the HTTP CookieManager, Now it is
successfully executing.

i have recorded a new script on a java application but iam unable to execute
it.
iam getting the following error in the jmeter log file

jmeter.protocol.http.sampler.HTTPSampler: Error Response Code: 404

Can you please help in resolving the above issue.

Regards,
Suresh
On Fri, Jan 29, 2010 at 11:21 PM, Deepak Shetty <shet...@gmail.com> wrote:

You have some problem in your test (assuming it works from the browser)
*Caused by: java.net.ProtocolException: Server redirected too many  times*

Look at http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour and
search
a lot of messages in the mail archive for how to debug when your test
doesn't work the same way as your browser
a. Typically did you add a CookieManager
b. Does your test have Follow Redirects checked (instead of redirect
automatically)

regards
deepak




On Fri, Jan 29, 2010 at 9:45 AM, Suresh Babu <soor...@gmail.com> wrote:

 Hi All,

I have successfull recorded the script using HTTP proxy server but iam
facing an issue while replaying the same script. Below are the errors
shown
in the View results. Please help me in resolving the issue

java.io.IOException
 at


sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:593)
 at
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:272)
 at


org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler.java:291)
 at


org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:522)
 at


org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1037)
 at


org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1023)
 at


org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:346)
 at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:243)
 at java.lang.Thread.run(Thread.java:534)
Caused by: java.net.ProtocolException: Server redirected too many  times
(20)
 at


sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:800)
 at


sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:1451)
 at java.net.URLConnection.getHeaderFieldInt(URLConnection.java:476)
 at java.net.URLConnection.getContentLength(URLConnection.java:371)
 at


org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler.java:261)
 ... 6 more

Thanks in Advance

Suresh



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

Reply via email to