JMeter不是GZIP格式错误

时间:2015-10-27 15:08:57

标签: java jmeter gzip genexus

我试图用JMeter对我的genexus web应用程序(生成Java)进行测试但是我得到了这个错误:

java.io.IOException: Not in GZIP format at java.util.zip.GZIPInputStream.readHeader(Unknown Source) at java.util.zip.GZIPInputStream. (Unknown Source) at java.util.zip.GZIPInputStream. (Unknown Source) at org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.readResponse(HTTPJavaImpl.java:269) at org.apache.jmeter.protocol.http.sampler.HTTPJavaImpl.sample(HTTPJavaImpl.java:516) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:74) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1146) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1135) at org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:434) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:261) at java.lang.Thread.run(Unknown Source)

根据genexus wiki,显然是一个已知的错误:http://wiki.genexus.com/commwiki/servlet/wiki?Stress+Test+Tips

但我仍然想知道是否有解决方法使其工作,否则我无法使用JMeter来测试我的应用程序。

还看到了这篇文章:How do I avoid the "java.util.zip.ZipException: Not in GZIP format" error while using JMeter 2.12 并尝试取消选中"检索所有嵌入资源" ' HTTP请求默认值中的选项'并更改“HTTP采样器设置”'到了Java'但我仍然得到错误。

你能帮帮我吗?

谢谢你, 和Manuela。

0 个答案:

没有答案