I had a problem with island parallelization on genetic programming. I
could only migrate
there is a problem with IslandExchange class. Servers and clients use
InetAddress.getLocalhost() method that returns 127.0.0.1 on some
operating systems (most Linux distributions are affected). So the
islands are told to connect to 127.0.0.1 on multiple ports, because the
other side told them it is listening on 127.0.0.1. "ConnectionException:
Connection refused" appears on console.