You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to run and test AcmeAir-node code from command line. I've followed all the steps to setup jmeter (loaded the database, etc.), but when I start jmeter as following, I get following error,
com.acmeair.jmeter.functions.ExtractFlightsInfoFunction FlightsContext is null. This should not be null. FlightsContext should be created by FlightsPostProcessor.
FlightsPostProcessor - Last sample received an error. Response Code = Non HTTP response code: java.lang.IllegalArgumentException.
FlightsPostProcessor - Last sample received an error. Response Code = Non HTTP response code: java.lang.IllegalArgumentException.
FlightsPostProcessor - Last sample received an error. Response Code = Non HTTP response code: java.lang.IllegalArgumentException.
FlightsPostProcessor - Last sample received an error. Response Code = Non HTTP response code: java.lang.IllegalArgumentException.
FlightsPostProcessor - Last sample received an error. Response Code = Non HTTP response code: java.lang.IllegalArgumentException.
com.acmeair.jmeter.functions.ExtractFlightsInfoFunction FlightsContext is null. This should not be null. FlightsContext should be created by FlightsPostProcessor.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to run and test AcmeAir-node code from command line. I've followed all the steps to setup jmeter (loaded the database, etc.), but when I start jmeter as following, I get following error,
$ JVM_ARGS="-Xms2048m -Xmx2048m -XX:MaxTenuringThreshold=4 -XX:NewRatio=2" jmeter -J jmeter.save.saveservice.output_format=csv -J jmeter.save.saveservice.print_field_names=true -J jmeter.save.saveservice.latency=true -DusePureIDs=true -n -t document/workload/jmeter/AcmeAir.jmx
com.acmeair.jmeter.functions.ExtractFlightsInfoFunction FlightsContext is null. This should not be null. FlightsContext should be created by FlightsPostProcessor.
FlightsPostProcessor - Last sample received an error. Response Code = Non HTTP response code: java.lang.IllegalArgumentException.
FlightsPostProcessor - Last sample received an error. Response Code = Non HTTP response code: java.lang.IllegalArgumentException.
FlightsPostProcessor - Last sample received an error. Response Code = Non HTTP response code: java.lang.IllegalArgumentException.
FlightsPostProcessor - Last sample received an error. Response Code = Non HTTP response code: java.lang.IllegalArgumentException.
FlightsPostProcessor - Last sample received an error. Response Code = Non HTTP response code: java.lang.IllegalArgumentException.
com.acmeair.jmeter.functions.ExtractFlightsInfoFunction FlightsContext is null. This should not be null. FlightsContext should be created by FlightsPostProcessor.
The text was updated successfully, but these errors were encountered: