On 31 January 2013 16:34, Keith Young <[email protected]> wrote: > Hi all, > > Is there a way to suppress a specific warning from the jmeter.log? > > I am seeing a lot of this one: > "WARN - org.apache.commons.httpclient.HttpMethodDirector: Unable to > respond to any of these challenges: {negotiate=Negotiate}" > > And I don't know how to find out what sampler it is coming from. The
It's coming from an HTTP Sampler using HttpClient 3.1 That implementation is now rather old; try using HC4 instead. If there are lots of HTTP samplers you could try switching one by one. You can get a rough idea which sampler is involved by comparing sample start times with the log time. The log must occur before the end of the sample, and will generally occur just after the sample starts. Some log messages could potentially appear just before sample start if the fault occurs during setup for the sample, but in this case I don't think that's possible. > results of the tests look fine, so I don't think there is anything to worry > about. I would just like to not have this specific message logged to cut > down own the log size and let me see the remaining log entries. > > Is there a way to do that in JMeter or am I stuck with a sed type > situation? :) > > Cheers, > Keith. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
