[GatlingSystem-akka.actor.default-dispatcher-4] [akka://GatlingSystem/user/$a] requirement failed: No scenario set up

714 views
Skip to first unread message

Harshita Rachora

unread,
May 21, 2014, 2:13:41 AM5/21/14
to gat...@googlegroups.com
We are performing load testing through gatling tool when we are trying to access our services of liftweb.It is throwing the following exception:

[ERROR] [05/21/2014 11:32:59.570] [GatlingSystem-akka.actor.default-dispatcher-4] [akka://GatlingSystem/user/$a] requirement failed: No scenario set up
java.lang.IllegalArgumentException: requirement failed: No scenario set up
at scala.Predef$.require(Predef.scala:233)
at io.gatling.core.scenario.Simulation.scenarios(Simulation.scala:39)
at io.gatling.core.controller.Controller$$anonfun$1.applyOrElse(Controller.scala:82)
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:498)
at akka.actor.ActorCell.invoke(ActorCell.scala:456)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:237)
at akka.dispatch.Mailbox.run(Mailbox.scala:219)
at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:385)
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)   

Stéphane Landelle

unread,
May 21, 2014, 2:22:42 AM5/21/14
to gat...@googlegroups.com
The error message is explicit: you didn't set up any scenario.
You maybe defined some somewhere in your Simulation scope, but you have to passed them to setUp method.


--
You received this message because you are subscribed to the Google Groups "Gatling User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gatling+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages