Re: [akka-user] Problem with DistributedPubSub

2016-03-07 Thread Patrik Nordwall
That is weird. You should absolutely not add that configuration. Do you happen to mix akka-contrib from version 2.3.x with akka-cluster-tools version 2.4.x? On Thu, Mar 3, 2016 at 5:38 AM, Gandhinath Swaminathan < gandhina...@gmail.com> wrote: > I am trying to use > > val mediator = DistributedPu

[akka-user] Problem with DistributedPubSub

2016-03-03 Thread Gandhinath Swaminathan
I am trying to use val mediator = DistributedPubSub(context.system).mediator ClusterClientReceptionist(context.system).registerService(self) The code is similar to the one hosted @ https://www.lightbend.com/activator/template/akka-distributed-workers When I run the code, I get this exception a