Hello I tested with Akka examples and they worked very well. When I try to create my supervision strategy it show me this error.
[ERROR] [05/12/2016 12:05:16.403] [hello-world-akka.actor.default-dispatcher-4] [akka://hello-world/user/arithmetic-service] Actor behavior has not been set with receive(...) akka.actor.ActorInitializationException: akka://hello-world/user/arithmetic-service/$a: exception during creation at akka.actor.ActorInitializationException$.apply(Actor.scala:174) at akka.actor.ActorCell.create(ActorCell.scala:606) at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:461) at akka.actor.ActorCell.systemInvoke(ActorCell.scala:483) at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282) at akka.dispatch.Mailbox.run(Mailbox.scala:223) at akka.dispatch.Mailbox.exec(Mailbox.scala:234) 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) Caused by: akka.actor.IllegalActorStateException: Actor behavior has not been set with receive(...) could someone help me right that wrong? Thank you -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
