Hello,
congratulation for this tool, it seems really good!
But I have this error when trying to run my first test, created using the recorder:
Collecting simulations…
Exception in thread “main” java.lang.RuntimeException: Compilation failed:
/home/xxx/gatling-charts-highcharts-1.2.0/user-files/simulations/Simulation20120601100527.scala:14: error: value acceptHeader is not a member of com.excilys.ebi.gatling.http.config.HttpProxyBuilder
possible cause: maybe a semicolon is missing before `value acceptHeader’?
.acceptHeader("/")
^
one error found
at com.excilys.ebi.gatling.app.Gatling$$anonfun$compile$1.apply(Gatling.scala:181)
at com.excilys.ebi.gatling.app.Gatling$$anonfun$compile$1.apply(Gatling.scala:171)
at com.excilys.ebi.gatling.core.util.IOHelper$.use(IOHelper.scala:24)
at com.excilys.ebi.gatling.app.Gatling.compile(Gatling.scala:171)
at com.excilys.ebi.gatling.app.Gatling.start(Gatling.scala:107)
at com.excilys.ebi.gatling.app.Gatling$.main(Gatling.scala:73)
at com.excilys.ebi.gatling.app.Gatling.main(Gatling.scala)
My environment:
- Gatling 1.2.0
- OS GNU/Linux Ubuntu 12.04
Thanks,
François