Re: [akka-user] AKKA supervision java lambd

2016-05-30 Thread Akka Team
The exception thrown when the actor you have created does not have any receive-logic defined, even if it is a supervisor it must have some logic defined for when a message is sent to it. If you have no protocol to interact with the supervisor actor you can set an empty behavior like this in the co

[akka-user] AKKA supervision java lambd

2016-05-12 Thread July Mejia
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 r