Hi Rohit, Funny thing is that, sbt-web cluster picks the ip address and port from the > akka configuration that I wanted to reserve for ProductCluster and hence > ProductCluster can't start. > > Any help on what is this sbt-web cluster - will be appreciated. >
As far as I know sbt-web is an sbt plugin that is used by Play. Why does it create an ActorSystem is not known for me, but it probably accidentally picks up your config and therefore starts up as a clustered actorsystem. You should file a bug here: https://github.com/sbt/sbt-web -Endre > > Thanks & Regards, > Rohit > > > > [INFO] [07/25/2014 17:37:53.864] [main] [Remoting] Starting remoting > > [INFO] [07/25/2014 17:37:54.057] [main] [Remoting] Remoting started; > listening on addresses :[akka.tcp://[email protected]:48197] > [INFO] [07/25/2014 17:37:54.059] [main] [Remoting] Remoting now listens on > addresses: [akka.tcp://[email protected]:48197] > [INFO] [07/25/2014 17:37:54.094] [main] [Cluster(akka://sbt-web)] Cluster > Node [akka.tcp://[email protected]:48197] - Starting up... > [WARN] [07/25/2014 17:37:54.095] [main] [Cluster(akka://sbt-web)] > [akka.cluster.auto-down] setting is replaced by > [akka.cluster.auto-down-unreachable-after] > [INFO] [07/25/2014 17:37:54.199] [main] [Cluster(akka://sbt-web)] Cluster > Node [akka.tcp://[email protected]:48197] - Registered cluster JMX > MBean [akka:type=Cluster] > [INFO] [07/25/2014 17:37:54.200] [main] [Cluster(akka://sbt-web)] Cluster > Node [akka.tcp://[email protected]:48197] - Started up successfully > > [INFO] [07/25/2014 17:37:54.210] [sbt-web-akka.actor.default-dispatcher-6] > [Cluster(akka://sbt-web)] Cluster Node [akka.tcp:// > [email protected]:48197] - Metrics will be retreived from MBeans, and > may be incorrect on some platforms. To increase metric accuracy add the > 'sigar.jar' to the classpath and the appropriate platform-specific native > libary to 'java.library.path'. Reason: java.lang.ClassNotFoundException: > org.hyperic.sigar.Sigar > > > [INFO] [07/25/2014 17:37:54.219] [sbt-web-akka.actor.default-dispatcher-6] > [Cluster(akka://sbt-web)] Cluster Node [akka.tcp:// > [email protected]:48197] - Metrics collection has started > successfully > > > [WARN] [07/25/2014 17:37:54.515] > [sbt-web-akka.remote.default-remote-dispatcher-15] [akka.tcp:// > [email protected]:48197/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FProductCluster%40172.16.144.66%3A2551-0/endpointWriter] > AssociationError [akka.tcp://[email protected]:48197] -> [akka.tcp:// > [email protected]:2551]: Error [Invalid address: akka.tcp:// > [email protected]:2551] [ > > > > -- > >>>>>>>>>> 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 http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Akka Team Typesafe - The software stack for applications that scale Blog: letitcrash.com Twitter: @akkateam -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
