On 10 September 2012 09:57, Sambhav Rathore <[email protected]> wrote: > Hi ALL, > I am getting a non http response for random requests while load testing a > script with response message saying the following: > Response code: Non HTTP response code: java.io.EOFException > Response message: Non HTTP response message: Unexpected end of ZLIB input > stream > > Any help as to why this message comes and pointers towards solving the same > are extremely welcome.
Most likely the response is compressed, and there is a problem with decompressing it. The work-round would be to stop telling the server that it can compress responses. However, it would be better to establish the underlying cause and fix the bug if there is one. Please create a Bugzilla issue. Attach the shortest possible test plan that causes the problem; also please attach jmeter.log file from a sample failed run. > Thanks & Regards, > Sambhav Rathore > > **************** CAUTION - Disclaimer ***************** > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely > for the use of the addressee(s). If you are not the intended recipient, please > notify the sender by e-mail and delete the original message. Further, you are > not > to copy, disclose, or distribute this e-mail or its contents to any other > person and > any such actions are unlawful. This e-mail may contain viruses. Infosys has > taken > every reasonable precaution to minimize this risk, but is not liable for any > damage > you may sustain as a result of any virus in this e-mail. You should carry out > your > own virus checks before opening the e-mail or attachment. Infosys reserves the > right to monitor and review the content of all messages sent to or from this > e-mail > address. Messages sent to or from this e-mail address may be stored on the > Infosys e-mail system. > ***INFOSYS******** End of Disclaimer ********INFOSYS*** > > --------------------------------------------------------------------- > 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]
