It is different machine. Wondering why not able to use same port? I have put the IP and port for each node in different machine.
Machine 1: node
discovery.setLocalAddress("192.2.2.1");
discovery.setLocalPort(new Integer("10800")));
Machine 2: node
discovery.setLocalAddress("192.2.2.2");
discovery.setLocalPort(new Integer("10800")));
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
