https://bz.apache.org/bugzilla/show_bug.cgi?id=62225
Bug ID: 62225
Summary: Facing Unexpected end of ZLIB input stream while
recording Siebel application
Product: JMeter
Version: 4.0
Hardware: PC
Status: NEW
Severity: blocker
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 35818
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35818&action=edit
Screenshot Error
Hi,
Currently utilizing Jmeter 4.0 for scripting siebel application.
While recording, i can able to hit the home page but after providing the
credentials and submitting the login button getting the below response in the
browser.
I have also tried adding "httpclient4.deflate_relax_mode=true" user property
but nothing seems to be working.
Do we have any fix for this issue.?
java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(Unknown Source)
at java.util.zip.InflaterInputStream.read(Unknown Source)
at
org.apache.http.client.entity.DeflateInputStream.read(DeflateInputStream.java:88)
at
org.apache.http.client.entity.LazyDecompressingInputStream.read(LazyDecompressingInputStream.java:70)
at
org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:135)
at
org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:148)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTTPSamplerBase.java:1814)
at
org.apache.jmeter.protocol.http.sampler.HTTPAbstractImpl.readResponse(HTTPAbstractImpl.java:446)
at
org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(HTTPHC4Impl.java:475)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:74)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1189)
at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:235)
--
You are receiving this mail because:
You are the assignee for the bug.