java - JMeter Not in GZIP format error -
im trying make test genexus web application (generates java) jmeter im getting error:
java.io.ioexception: not in gzip format @ java.util.zip.gzipinputstream.readheader(unknown source) @ java.util.zip.gzipinputstream. (unknown source) @ java.util.zip.gzipinputstream. (unknown source) @ org.apache.jmeter.protocol.http.sampler.httpjavaimpl.readresponse(httpjavaimpl.java:269) @ org.apache.jmeter.protocol.http.sampler.httpjavaimpl.sample(httpjavaimpl.java:516) @ org.apache.jmeter.protocol.http.sampler.httpsamplerproxy.sample(httpsamplerproxy.java:74) @ org.apache.jmeter.protocol.http.sampler.httpsamplerbase.sample(httpsamplerbase.java:1146) @ org.apache.jmeter.protocol.http.sampler.httpsamplerbase.sample(httpsamplerbase.java:1135) @ org.apache.jmeter.threads.jmeterthread.process_sampler(jmeterthread.java:434) @ org.apache.jmeter.threads.jmeterthread.run(jmeterthread.java:261) @ java.lang.thread.run(unknown source)
aparently known error acording genexus wiki: http://wiki.genexus.com/commwiki/servlet/wiki?stress+test+tips,
but still wanted know if there workaround make work, otherwise can't use jmeter test application.
also saw post: how avoid "java.util.zip.zipexception: not in gzip format" error while using jmeter 2.12 , tried unchecking "retrieve embedded resources" option in 'http requests defaults'and change 'http sampler settings' 'java' im still getting error.
can me?
thank you, manuela.
Comments
Post a Comment