Hi all,
We can't connect two distributed servers, see attached log.
server1.log
<http://apache-ignite-users.70518.x6.nabble.com/file/t1538/server1.log>
JVM config includes -Djava.net.preferIPv4Stack=true
Ignite conf includes
TcpDiscoverySpi discovery = new TcpDiscoverySpi();
TcpDiscoveryMulticastIpFinder ipFinder = new
TcpDiscoveryMulticastIpFinder();
ipFinder.setAddresses(Arrays.asList("127.0.0.1:47500",
"xxx.xx.xx.xx:ext_port"));
ipFinder.setMulticastGroup("228.10.10.157");
discovery.setLocalPort(47500);
discovery.setLocalPortRange(10);
discovery.setIpFinder(ipFinder);
We try to use BasicAddressResolver but it not helps.
Please provide info how to solve this problem.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/