Thanks. Tried the steps below but still getting Null pointer exception error for POST http2 request. Below are the details.
at com.blazemeter.jmeter.http2.sampler.HTTP2Request.saveConnectionCookies(HTTP2Request.java:506)
at com.blazemeter.jmeter.http2.sampler.HTTP2Request.sample(HTTP2Request.java:195)
at com.blazemeter.jmeter.http2.sampler.HTTP2Request.sample(HTTP2Request.java:119)
at com.blazemeter.jmeter.http2.sampler.HTTP2Request.sample(HTTP2Request.java:105)
at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:490)
at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250)
at java.lang.Thread.run(Unknown Source)
note - HTTP2 GET request is working as expected
The only change what i could see from last time after upgrading the latest jetty and http2 jars is that i am able to see some post data getting sent as part of the request earlier it used to be blank.
But the post data sent now is not the expected data "POST data: DataFrame@52173844#25{length:0,end=true}"
Expected post data should be something like this " os_username=xxxxx&os_password=yyyyy&login=Log+in&os_destination="
Based on the error message above i disabled the cookie manager and reran the POST request which throwed me the below timeout error
java.util.concurrent.TimeoutException
at java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
at java.util.concurrent.CompletableFuture.get(Unknown Source)
at com.blazemeter.jmeter.http2.sampler.HTTP2Connection.awaitResponses(HTTP2Connection.java:169)
at com.blazemeter.jmeter.http2.sampler.HTTP2Request.sample(HTTP2Request.java:188)
at com.blazemeter.jmeter.http2.sampler.HTTP2Request.sample(HTTP2Request.java:119)
at com.blazemeter.jmeter.http2.sampler.HTTP2Request.sample(HTTP2Request.java:105)
at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:490)
at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250)
at java.lang.Thread.run(Unknown Source)
Please assist. Let me know if you require any further details.
Thanks once again,
Subbu