On certain machines we get errors when trying to start the cluster using 2.3-RC4. This is the error we get:
ERROR Cluster(akka://server) - Failed to startup Cluster. You can try to increase 'akka.actor.creation-timeout'.java.util.concurrent.TimeoutException: Futures timed out after [20000 milliseconds] at scala.concurrent.impl.Promise$DefaultPromise.ready(Promise.scala:219) ~[scala-library-2.10.3.jar:na] at scala.concurrent.impl.Promise$DefaultPromise.result(Promise.scala:223) ~[scala-library-2.10.3.jar:na] at scala.concurrent.Await$$anonfun$result$1.apply(package.scala:107) ~[scala-library-2.10.3.jar:na] at scala.concurrent.BlockContext$DefaultBlockContext$.blockOn(BlockContext.scala:53) ~[scala-library-2.10.3.jar:na] at scala.concurrent.Await$.result(package.scala:107) ~[scala-library-2.10.3.jar:na] at akka.cluster.Cluster.liftedTree1$1(Cluster.scala:170) ~[akka-cluster_2.10-2.3.0-RC4.jar:na] at akka.cluster.Cluster.<init>(Cluster.scala:169) ~[akka-cluster_2.10-2.3.0-RC4.jar:na] It will usually retry a couple of times and either fail or continually retry. I have turned on all debug logging to try and see where it is stuck, but there is no worthwhile information logged. As I mentioned, some machines don't exhibit this behavior and others due. When the system is starting no other logic is really running. Thanks, Ivan -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
