On 03/11/06, Ron Plasse <[EMAIL PROTECTED]> wrote:
Hello,

I am looking for help for the following situation. Thank you for any
assistance you can provide.

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 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?


The fact that WinRAR cannot handle the data suggests that it is either
a new format, or corrupt in some way...

I suspect this would need a new unzip filter; I don't know if any exist.

I suggest you file a Bugzilla enhancement request, in case it can be
solved one day...

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(HTTPSam
pler.java:243)
       at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
ava:433)
       at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
erBase.java:658)
       at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
erBase.java:647)
       at
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
       at java.lang.Thread.run(Thread.java:595)


Thanks again,

Ron


---------------------------------------------------------------------
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]

Reply via email to