2015-03-13 70 views
3

我試圖用JMeter 2.12記錄我與SAAS網站的交互。如何在使用JMeter時避免「java.util.zip.ZipException:未使用GZIP格式」錯誤2.12

java.util.zip.ZipException:非gzip格式 在java.util.zip.GZIPInputStream.readHeader(來源不明) 是java我只要我嘗試登錄得到下列錯誤跟蹤.util.zip.GZIPInputStream。(Unknown Source) at java.util.zip.GZIPInputStream。(Unknown Source) at org.apache.http.client.entity.GzipDecompressingEntity.decorate(GzipDecompressingEntity.java:56) at org .apache.http.client.entity.DecompressingEntity.getDecompressingStream(DecompressingEntity.java:68) at org.apache.http.client.entity.DecompressingEntity.getContent(DecompressingEntity.java:82) at org.apache.http.client .E ntity.GzipDecompressingEntity.getContent(GzipDecompressingEntity.java:41) 在org.apache.http.conn.BasicManagedEntity.getContent(BasicManagedEntity.java:89) 在org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample( HTTPHC4Impl.java:348) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:74) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase。 Java的:1141) 在org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:236) 大段引用

我搜索的解決方案,並發現了一個in BugZilla: Bug 51918在那裏說轉關閉併發下來加載。我試圖通過取消選中'HTTP Requests Defaults'中的「Retrieve All Embedded Resources」選項,但仍然出現錯誤,無法繼續。

任何人都可以請幫忙嗎?非常感謝! --Ishti

回答

1

好的,我想我得到了答案。感謝Bhargav in his post,他基本上告訴要將'HTTP採樣器設置'(在HTTP測試腳本記錄器中)更改爲'Java'。我試過了,它不會再給我錯誤了。我可以繼續。謝謝!

相關問題