DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40983>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40983 Summary: java.io.EOFException: Unexpected end of ZLIB input stream Product: JMeter Version: 2.2 Platform: Other OS/Version: Windows XP Status: NEW Severity: enhancement Priority: P2 Component: HTTP AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I am using: JMeter 2.2 Windows XP SP2 Java 1.5.0_07 Internet Explorer 6 I am using JMeter to performance test a web application where all communication is going through an IIS 5 web server. Everything was working fine till we installed Port80 HTTPZip on the IIS server to do compression. Once that software was installed and compressing the http responses, JMeter would report the error below in the "Response Data" window of the results tree. HTTPZip is compressing a data stream. Using Fiddler I captured the stream and saved it to a file. I was unable to uncompress the file using WinRAR. It reported a similar error as JMeter. What I assume is happening is that because the data is streamed there is not a proper file size being reported in the compressed file. I am guessing that is why both WinRAR and JMeter are unable to uncompress the file. However Internet Explorer is able to display the html page just fine. Is there a way to configure/enhance JMeter to be able to deal with this type of compressed data in the same way that Internet Explorer does? java.io.EOFException: Unexpected end of ZLIB input stream at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:216) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134) at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:87) at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) at java.io.BufferedInputStream.read1(BufferedInputStream.java:256) at java.io.BufferedInputStream.read(BufferedInputStream.java:313) at java.io.FilterInputStream.read(FilterInputStream.java:90) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse (HTTPSampler.java:243) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample (HTTPSampler.java:433) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample (HTTPSamplerBase.java:658) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample (HTTPSamplerBase.java:647) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247) at java.lang.Thread.run(Thread.java:595) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
