[akka-user] Exception during Actor construction

2016-07-11 Thread Drisha Roy
hi, I am getting exception like this. Cant understand why i am getting this please help. my akkaVersion = "2.4.4",play 2.5.0 [MQReceiver-akka.actor.default-dispatcher-7] [akka://MQReceiver/user/TOPIC;actionExchange&actiontopicES] null akka.actor.ActorInitializationException: akka://MQReceiver/u

Re: [akka-user] Exception during Actor construction

2016-07-11 Thread Viktor Klang
Caused by: akka.ConfigurationException: ActorSystem [akka://MQReceiver] needs to have a 'ClusterActorRefProvider' enabled in the configuration, currently uses [akka.actor.LocalActorRefProvider] -- Cheers, √ On Jul 11, 2016 09:23, "Drisha Roy" wrote: > hi, > I am getting exception like this. Can

Re: [akka-user] Exception during Actor construction

2016-07-11 Thread Konrad Malawski
Please read the cluster docs: http://doc.akka.io/docs/akka/2.4/java/cluster-usage.html#A_Simple_Cluster_Example as the error hints at. -- Konrad `ktoso` Malawski Akka @ Lightbend On 11 July 2016 at 09:23:56, Drisha Roy (drish...@gmail.com) wrote: hi, I a