On 13/08/07, Simon Brown <[EMAIL PROTECTED]> wrote: > Hi, > > I'm getting the following errors in my jmeter.log file: > > 2007/08/13 09:13:32 ERROR - > org.apache.commons.httpclient.HttpMethodDirector: Received redirect > response 302 but no location header
Complain to the server administrator, as it indicates an HTTP protocol violation. > 2007/08/13 09:13:32 ERROR - jmeter.threads.JMeterThread: > java.lang.NullPointerException > at > org.apache.jmeter.protocol.http.sampler.HTTPSampler2.sample(HTTPSampler2 > .java:837) That should not happen - which version of JMeter are you using? > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl > erBase.java:889) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl > erBase.java:875) > at > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:298) > at java.lang.Thread.run(Thread.java:619) > > 2007/08/13 09:13:32 WARN - > jmeter.protocol.http.sampler.HTTPSamplerBase: Existing Manager HTTP > Cookie Manager superseded by HTTP Cookie Manager > 2007/08/13 09:13:32 WARN - > jmeter.protocol.http.sampler.HTTPSamplerBase: Existing Manager HTTP > Header Manager superseded by HTTP Header Manager Rearrange or remove some of the HTTP Header Managers. There should be at most one Header Manager in scope for each HTTP Sampler. For example: HTTP Sampler + Header Manager HTTP Sampler + Header Manager is OK whereas HTTP Sampler 1 Header Manager HTTP Sampler 2 + Header Manager is not - the HTTP Sampler 2 has both Header Managers in scope. > Have you any suggestions as to how to get round this? > > Thanks, > > Simon > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

