On 25 July 2013 14:41, umesh prajapati <[email protected]> wrote: > Thank you for the response guys. Yes, I do have assertions. And all the > users who were unable to login had those header response and all the users > who were succesfully able to login had the other response header. I ran th > test for 106 users to test the sso logins. I had the loop for two times. > > The first time I ran the test all the users were not successfully able to > login. I tried running the test again and all the users were able to login > successfully. But I am getting this inconsistently. > > The error on the logs (not jmeter logs)
Which logs are they? > ERROR[24-Jul-13 12:34:57] [http-0.0.0.0-9085-4] > [ChunkedInputStream.parseTrailerHeaders()] > - Error parsing trailer headers > org.apache.commons.httpclient.ProtocolException: Unable to parse header: > HTTP/1.1 200 OK > at > org.apache.commons.httpclient.HttpParser.parseHeaders(HttpParser.java:202) > at > org.apache.commons.httpclient.ChunkedInputStream.parseTrailerHeaders(ChunkedInputStream.java:322) > at > org.apache.commons.httpclient.ChunkedInputStream.nextChunk(ChunkedInputStream.java:226) That looks like there might be an issue with the server sending bad data or the HttpClient parsing code not recognising the response. Which version of JMeter are you using? Can you try using a different HTTP implementation (i.e. not Commons HttpClient)? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
