On 12/08/2008, Mohamed Niyas <[EMAIL PROTECTED]> wrote: > Dear team, > > I am facing some serious errors while executing my jmx scripts. up to last > week all of my scripts were working without any issue. > Yesterday our Dev team has given the latest build. After than none of my > scripts are working & throwing the follwing errors. > > Even I created some of the scripts from scratch again with the HTTP Proxy > server by recording option. While recording all the samplers results in the > tree view shown as green (i.e. it succeeded). After recording when i re run > the same flow, it is throwing the below errors. > > In the jmeter window it is showing as > > *Response code: Non HTTP response code: java.net.ProtocolException > Response message: Non HTTP response message: Server redirected too many > times (20)* > > Can anyone please let me know what causes this sudden errors now? > Please share your valuable thoughts on this issue. > > I have copied the jmeter log contents here. > > *Jmeter Log Contents:* > > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > 2008/08/12 14:21:31 ERROR - jmeter.protocol.http.sampler.HTTPSampler: > readResponse: java.net.ProtocolException: Server redirected too many times > (20) > 2008/08/12 14:21:31 ERROR - jmeter.protocol.http.sampler.HTTPSampler: Cause: > java.net.ProtocolException: Server redirected too many times (20) > 2008/08/12 14:21:41 ERROR - jmeter.protocol.http.sampler.HTTPSampler: > readResponse: java.net.ProtocolException: Server redirected too many times > (20) > 2008/08/12 14:21:41 ERROR - jmeter.protocol.http.sampler.HTTPSampler: Cause: > java.net.ProtocolException: Server redirected too many times (20) > 2008/08/12 14:21:51 ERROR - jmeter.protocol.http.sampler.HTTPSampler: > readResponse: java.net.ProtocolException: Server redirected too many times > (20) > 2008/08/12 14:21:51 ERROR - jmeter.protocol.http.sampler.HTTPSampler: Cause: > java.net.ProtocolException: Server redirected too many times (20) > 2008/08/12 14:22:01 ERROR - jmeter.protocol.http.sampler.HTTPSampler: > readResponse: java.net.ProtocolException: Server redirected too many times > (20) > 2008/08/12 14:22:01 ERROR - jmeter.protocol.http.sampler.HTTPSampler: Cause: > java.net.ProtocolException: Server redirected too many times (20) > >
This error is generated by JMeter when it detects a redirect loop. If you turn off "Follow Redirects", you can see better what is happening. Probably a missing variable or header that the new version of the software expects. Ask the developers what has changed ... ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > Regards, > > Mohamed Niyas M > [EMAIL PROTECTED] > [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

