Hi, I'm new to Akka and I'm trying to play with it. However I'm stuck with the java remote sample...
In command line, I run in two different shells java -cp bin:akka-actor_2.10-3.14.jar:config-2.1.2.jar:akka-remote_2.10-2.3.14.jar:scala-library-2.10.4.jar remote.calculator.LookupApplication Calculator java -cp bin:akka-actor_2.10-3.14.jar:config-2.1.2.jar:akka-remote_2.10-2.3.14.jar:scala-library-2.10.4.jar remote.calculator.LookupApplication Lookup Calculator shell do nothing while Lookup shell is endless looping, repeating RemoteActor not available, not ready yet... If I check on a third shell if their is a process listening on ports 2552 or 2553 (telnet/lsof/netstat or nmap) there is nothing... So it seems that my programs are running locally and thus are not aware ot the presence of the other actor... my configuration files seems to identical to the one provided on the website... Any clue to help me ? Thanks by advance K. -- >>>>>>>>>> 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.
