Hi there,
Every couple of days we see following exceptions which breaks our build (we’ve performance tests in our build pipeline). I understand this is caused by race conditions… We are using Gatling 2.0.0-M2.
Is this fixed in 2.0.0-M3 or M3a? Is there a way to ignore, so we don’t fail our builds…
[ERROR] [04/09/2014 16:21:17.003] [GatlingSystem-akka.actor.default-dispatcher-23] [akka://GatlingSystem/user/$vg] Actor ConsoleDataWriter doesn't support message Display
java.lang.IllegalArgumentException: Actor ConsoleDataWriter doesn't support message Display
at io.gatling.core.action.BaseActor.unhandled(BaseActor.scala:28)
at akka.actor.ActorCell$$anonfun$receiveMessage$1.apply(ActorCell.scala:425)
at akka.actor.ActorCell$$anonfun$receiveMessage$1.apply(ActorCell.scala:425)
at io.gatling.core.result.writer.DataWriter$$anonfun$uninitialized$1.applyOrElse(DataWriter.scala:66)
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:425)
at akka.actor.ActorCell.invoke(ActorCell.scala:386)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:230)
at akka.dispatch.Mailbox.run(Mailbox.scala:212)
at akka.dispatch.ForkJoinExecutorConfigurator$MailboxExecutionTask.exec(AbstractDispatcher.scala:506)
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:262)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:975)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1478)
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:104)
Thanks,