A side note...


> 25 jul 2014 kl. 11:54 skrev Rohit Kumar Gupta <rohitkumargupt...@gmail.com>:
> 
> Hi,
> 
> 
> I am building my application based on akka distributed worker example on 
> typesafe.  I am using play 2.3.1 (activator based) and akka 2.3.4. 
> 
> I am facing below error that keeps on popping on the console of worker 
> process. I have a product cluster that has three processes - master, worker 
> and frontend all of them part of a ProductCluster. I first tried configuring 
> hostname (as I prefer it) in the akka config files. Worker process resolves 
> the hostname as gdcacn-fase13 but other processes resolve it as 
> gdcacn-fase13.ap.equinix.com so worker can't communicate with the cluster. It 
> gets cutoff. 
> 
> Then I try configuring the ipaddress in the configuration file and I keep on 
> getting the below error on the worker process. It is still not able to 
> communicate with the cluster. 
> 
> Note:- Workers communicate with the cluster with ClusterClient but it also 
> joins the same cluster as other processes. I want to keep everything as one 
> cluster.
ClusterClient is designed for usage from nodes not part of the cluster. If your 
client nodes have joined the cluster you can for example use DistributedPubSub 
instead.
/Patrik
> 
> [ERROR] [07/25/2014 17:44:03.814] 
> [ProductCluster-akka.remote.default-remote-dispatcher-7] 
> [akka.tcp://ProductCluster@172.16.144.66:2552/system/endpointManager/endpointWriter-akka.tcp%3A%2F%2FProductCluster%40172.16.144.66%3A2551-1]
>  dropping message [class 
> com.equinix.fase.job.product.common.MasterWorkerProtocol$WorkIsReady] for 
> non-local recipient 
> [Actor[akka.tcp://productclus...@gdcacn-fase13.ap.equinix.com:2552/user/receptionist/akka%3A%2F%2FProductCluster%2Fuser%2Fworker%23-375727047#1209858025]]
>  arriving at [akka.tcp://productclus...@gdcacn-fase13.ap.equinix.com:2552] 
> inbound addresses are [akka.tcp://ProductCluster@172.16.144.66:2552]
> 
> 
> Any help will be very much appreciated.
> 
> Thanks & Regards,
> Rohit
> -- 
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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