Hi,
Can you explain me what is going on on my serveur (or on gatling) ?
When i launch my simulation (1000Vu), 10% of my request failled with thoses 2 messages :
1- [WARN ] i.g.h.a.AsyncHandler - Request ‘Connexion’ failed: Request reached time out of 60000 ms after 60016 ms
2 - 14:41:58.732 [WARN ] i.g.h.a.AsyncHandlerActor - Encountered error while extracting extra request info
java.lang.IllegalStateException: Response was not built
at io.gatling.http.response.HttpResponse$$anonfun$receivedResponse$1.apply(Response.scala:59) ~[gatling-http-2.0.0-M3a.jar:na]
at io.gatling.http.response.HttpResponse$$anonfun$receivedResponse$1.apply(Response.scala:59) ~[gatling-http-2.0.0-M3a.jar:na]
at scala.Option.getOrElse(Option.scala:120) ~[scala-library-2.10.2.jar:na]
at io.gatling.http.response.HttpResponse.receivedResponse(Response.scala:59) ~[gatling-http-2.0.0-M3a.jar:na]
at io.gatling.http.response.HttpResponse.getStatusCode(Response.scala:60) ~[gatling-http-2.0.0-M3a.jar:na]
at ma.awb.ebk.bel.simulations.BELSimulationParticulier$$anonfun$1.apply(BELSimulationParticulier.scala:23) ~[classes/:na]
at ma.awb.ebk.bel.simulations.BELSimulationParticulier$$anonfun$1.apply(BELSimulationParticulier.scala:22) ~[classes/:na]
at io.gatling.http.ahc.AsyncHandlerActor$$anonfun$1.apply(AsyncHandlerActor.scala:88) ~[gatling-http-2.0.0-M3a.jar:na]
at io.gatling.http.ahc.AsyncHandlerActor$$anonfun$1.apply(AsyncHandlerActor.scala:88) ~[gatling-http-2.0.0-M3a.jar:na]
at scala.Option.map(Option.scala:145) ~[scala-library-2.10.2.jar:na]
at io.gatling.http.ahc.AsyncHandlerActor.logRequest(AsyncHandlerActor.scala:88) [gatling-http-2.0.0-M3a.jar:na]
at io.gatling.http.ahc.AsyncHandlerActor.io$gatling$http$ahc$AsyncHandlerActor$$ko(AsyncHandlerActor.scala:122) [gatling-http-2.0.0-M3a.jar:na]
at io.gatling.http.ahc.AsyncHandlerActor$$anonfun$receive$1.applyOrElse(AsyncHandlerActor.scala:56) [gatling-http-2.0.0-M3a.jar:na]
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:425) [akka-actor_2.10-2.1.4.jar:na]
at akka.actor.ActorCell.invoke(ActorCell.scala:386) [akka-actor_2.10-2.1.4.jar:na]
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:230) [akka-actor_2.10-2.1.4.jar:na]
at akka.dispatch.Mailbox.run(Mailbox.scala:212) [akka-actor_2.10-2.1.4.jar:na]
at akka.dispatch.ForkJoinExecutorConfigurator$MailboxExecutionTask.exec(AbstractDispatcher.scala:506) [akka-actor_2.10-2.1.4.jar:na]
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) [scala-library-2.10.2.jar:na]
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) [scala-library-2.10.2.jar:na]
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) [scala-library-2.10.2.jar:na]
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) [scala-library-2.10.2.jar:na]
Thank’s