Collections:
"Decompression of response failed" on LoadTestRunner
Why am I getting the "Decompression of response failed" error on LoadTestRunner? My load test runs ok on SoapUI GUI.
✍: FYIcenter.com
You will get the "Decompression of response failed" error on LoadTestRunner,
if the Web server is sending you gzip compressed HTTP responses.
For example, your load test has the following HTTP request:
TestStep Name: Bing Home Endpoint: http://www.bing.com
If you launch LoadTestRunner from SoapUI GUI, you will get the "Decompression of response failed" error in the output:
java.io.IOException: Decompression of response failed
at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpMethodSupport
.getResponseBody(HttpMethodSupport.java:264)
at com.eviware.soapui.impl.wsdl.submit.transports.http.support.methods
.ExtendedGetMethod.getResponseBody(ExtendedGetMethod.java:154)
at com.eviware.soapui.impl.wsdl.submit.transports.http.BaseHttpResponse.
<init>(BaseHttpResponse.java:85)
...
To avoid this error, you need to go "File > Preferences > HTTP Settings" and uncheck the "Accept compressed responses from hosts" checkbox.
Save the change run LoadTestRunner again. The error will be gone.
⇒ "timeout value is negative" on LoadTestRunner
⇐ Launch LoadTestRunner from SoapUI GUI
2018-02-08, 2967🔥, 0💬
Popular Posts:
Why I am getting gzip compressed HTTP response in SoapUI? If you run a HTTP request for some Website...
How to set Content-Type to application/json? The server requires the Content-Type to be application/...
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is...
How to turn off HTTP response compression in SoapUI? HTTP response compression reduces the data size...
How to convert hexadecimal encoded data back to binary data (or Hex to Binary Decoding)? Hex to Bina...