I’m seeing the following errors when overloading my system. What could be going on?
10:49:33.548 [ERROR] i.g.h.a.AsyncHandlerActor - AsyncHandlerActor crashed on message None, forwarding user to the next action¬
613 java.lang.UnsupportedOperationException: Response not built¬
614 ▸ at io.gatling.http.response.HttpResponse$$anonfun$uri$2.apply(Response.scala:83) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
615 ▸ at io.gatling.http.response.HttpResponse$$anonfun$uri$2.apply(Response.scala:83) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
616 ▸ at scala.Option.getOrElse(Option.scala:120) ~[scala-library-2.10.3.jar:na]¬
617 ▸ at io.gatling.http.response.HttpResponse.uri(Response.scala:83) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
618 ▸ at io.gatling.http.ahc.AsyncHandlerActor$$anonfun$updateCookies$1.apply(AsyncHandlerActor.scala:61) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
619 ▸ at io.gatling.http.ahc.AsyncHandlerActor$$anonfun$updateCookies$1.apply(AsyncHandlerActor.scala:61) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
620 ▸ at scala.Function1$$anonfun$andThen$1.apply(Function1.scala:55) ~[scala-library-2.10.3.jar:na]¬
621 ▸ at scala.Function1$$anonfun$andThen$1.apply(Function1.scala:55) ~[scala-library-2.10.3.jar:na]¬
622 ▸ at io.gatling.http.ahc.AsyncHandlerActor.logAndExecuteNext(AsyncHandlerActor.scala:169) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
623 ▸ at io.gatling.http.ahc.AsyncHandlerActor.io$gatling$http$ahc$AsyncHandlerActor$$ko(AsyncHandlerActor.scala:180) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
624 ▸ at io.gatling.http.ahc.AsyncHandlerActor.checkAndProceed$1(AsyncHandlerActor.scala:227) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
625 ▸ at io.gatling.http.ahc.AsyncHandlerActor.io$gatling$http$ahc$AsyncHandlerActor$$processResponse(AsyncHandlerActor.scala:242) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
626 ▸ at io.gatling.http.ahc.AsyncHandlerActor$$anonfun$receive$1.applyOrElse(AsyncHandlerActor.scala:77) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
627 ▸ at akka.actor.ActorCell.receiveMessage(ActorCell.scala:498) ~[akka-actor_2.10-2.2.3.jar:2.2.3]¬
628 ▸ at akka.actor.ActorCell.invoke(ActorCell.scala:456) ~[akka-actor_2.10-2.2.3.jar:2.2.3]¬
629 ▸ at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:237) ~[akka-actor_2.10-2.2.3.jar:2.2.3]¬
630 ▸ at akka.dispatch.Mailbox.run(Mailbox.scala:219) ~[akka-actor_2.10-2.2.3.jar:2.2.3]¬
631 ▸ at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:386) [akka-actor_2.10-2.2.3.jar:2.2.3]¬
632 ▸ at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) [scala-library-2.10.3.jar:na]¬
633 ▸ at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) [scala-library-2.10.3.jar:na]¬
634 ▸ at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) [scala-library-2.10.3.jar:na]¬
635 ▸ at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) [scala-library-2.10.3.jar:na]¬
10:49:40.587 [ERROR] i.g.h.a.AsyncHandlerActor - AsyncHandlerActor crashed on message Some(OnCompleted(HttpTx(Session(Apache simulation,5698774365956883604-5270,Map(
…
…
), forwarding user to the next action
java.lang.UnsupportedOperationException: Response not built¬
2821 ▸ at io.gatling.http.response.HttpResponse$$anonfun$uri$2.apply(Response.scala:83) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
2822 ▸ at io.gatling.http.response.HttpResponse$$anonfun$uri$2.apply(Response.scala:83) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
2823 ▸ at scala.Option.getOrElse(Option.scala:120) ~[scala-library-2.10.3.jar:na]¬
2824 ▸ at io.gatling.http.response.HttpResponse.uri(Response.scala:83) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
2825 ▸ at io.gatling.http.ahc.AsyncHandlerActor$$anonfun$updateCookies$1.apply(AsyncHandlerActor.scala:61) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
2826 ▸ at io.gatling.http.ahc.AsyncHandlerActor$$anonfun$updateCookies$1.apply(AsyncHandlerActor.scala:61) ~[gatling-http-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]¬
2827 ▸ at scala.Function1$$anonfun$andThen$1.apply(Function1.scala:55) ~[scala-library-2.10.3.jar:na]¬
2828 ▸ at scala.Function1$$anonfun$andThen$1.apply(Function1.scala:55) ~[scala-library-2.10.3.jar:na]¬