Hello,

I have few clusters running happily with the same code. We are trying to 
deploy a new cluster with same code. But, keeps getting following 
exception. The big difference is we have compute coming from openstack 
based internal cloud. Any hints on how to figure out what is going on will 
be really helpful. Looked at the code Remoting.scala. But, unable to get 
any hint. I am  using Akka microkernel to bootstrap and akka version is 
2.2.3.


17:46:24.181 [BotCloud-akka.actor.default-dispatcher-3] INFO  
akka.event.slf4j.Slf4jLogger - Slf4jLogger started
17:46:24.195 [BotCloud-akka.actor.default-dispatcher-3] DEBUG 
akka.event.EventStream - logger log1-Slf4jLogger started
17:46:24.195 [BotCloud-akka.actor.default-dispatcher-3] DEBUG 
akka.event.EventStream - Default Loggers started
17:46:24.286 [BotCloud-akka.actor.default-dispatcher-2] INFO  Remoting - 
Starting remoting
Exception in thread "main" java.util.concurrent.TimeoutException: Futures 
timed out after [10000 milliseconds]
    at scala.concurrent.impl.Promise$DefaultPromise.ready(Promise.scala:96)
    at 
scala.concurrent.impl.Promise$DefaultPromise.result(Promise.scala:100)
    at scala.concurrent.Await$$anonfun$result$1.apply(package.scala:107)
    at 
scala.concurrent.BlockContext$DefaultBlockContext$.blockOn(BlockContext.scala:53)
    at scala.concurrent.Await$.result(package.scala:107)
    at akka.remote.Remoting.start(Remoting.scala:173)
    at 
akka.remote.RemoteActorRefProvider.init(RemoteActorRefProvider.scala:184)
    at 
akka.cluster.ClusterActorRefProvider.init(ClusterActorRefProvider.scala:52)
    at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:579)
    at akka.actor.ActorSystemImpl._start(ActorSystem.scala:577)
    at akka.actor.ActorSystemImpl.start(ActorSystem.scala:588)
    at akka.actor.ActorSystem$.apply(ActorSystem.scala:111)
    at akka.actor.ActorSystem$.apply(ActorSystem.scala:104)
    at akka.actor.ActorSystem$.create(ActorSystem.scala:66)
    at akka.actor.ActorSystem.create(ActorSystem.scala)
    at botcloud.core.NodeSystem.startup(NodeSystem.java:36)
    at akka.kernel.Main$$anonfun$main$1.apply(Main.scala:86)
    at akka.kernel.Main$$anonfun$main$1.apply(Main.scala:84)
    at scala.collection.Iterator$class.foreach(Iterator.scala:727)
    at scala.collection.AbstractIterator.foreach(Iterator.scala:1157)
    at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
    at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
    at akka.kernel.Main$.main(Main.scala:84)
    at akka.kernel.Main.main(Main.scala)

Regards,
Nitesh

-- 
>>>>>>>>>>      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.

Reply via email to