Re: I have an exception while trying to send the "evt=NODE_JOINED" message

2020-08-14 Thread Evgenii Zhuravlev
Hi, You can use Address resolver for that: https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/configuration/BasicAddressResolver.html Best Regards, Evgenii пт, 14 авг. 2020 г. в 14:30, Homer Kommrad : > Hello again, > > my problem's root was using Scaleway instances as server

Re: I have an exception while trying to send the "evt=NODE_JOINED" message

2020-08-14 Thread Homer Kommrad
Hello again, my problem's root was using Scaleway instances as server nodes . Scaleway developer instances do not know about their Public IPs , thus they were sending local addresses in the addr and sockAddr arrays. When I set up my server nodes on digital ocean instances , everything was solved.

Re: I have an exception while trying to send the "evt=NODE_JOINED" message

2020-08-12 Thread Ilya Kasnacheev
Hello! I recommend setting the additional JVM arg -Djava.net.preferIPv4Stack=true on all nodes. You have IPv6 addresses there, which can cause issues in some cases. Regards, -- Ilya Kasnacheev вт, 11 авг. 2020 г. в 23:40, Homer Kommrad : > Thank you for the quick response. First of wall

Re: I have an exception while trying to send the "evt=NODE_JOINED" message

2020-08-11 Thread Homer Kommrad
Thank you for the quick response. First of wall ,none of the servers have a firewall. And all the ignite instances are run as root, on machines that I solely run for ignite. So I really don't understand How they can have any connection permission problems at all. For now , I'll also provide the

Re: I have an exception while trying to send the "evt=NODE_JOINED" message

2020-08-11 Thread Evgenii Zhuravlev
Hi, It looks like the node can't establish a connection using the Communication channel to the remote node. I would recommend checking that all ports are opened and there is no firewall. Also, you can check that connection can be established using telnet or any other tool. If you're sure, that

I have an exception while trying to send the "evt=NODE_JOINED" message

2020-08-11 Thread Homer Kommrad
Hello , I have a cluster of 2 server nodes and I'm trying to connect them via a client node on another server. When I try to connect , my client node connects and I can see the topology changing , 1 Client up . But right after that , I keep getting the exception for socketTimeout . such is the