Java cannot resolve DNS address from AIX: UnknownHostException

Solution 1:

Is IPv6 support at fault? Try setting the system property java.net.preferIPv4Stack=true.

See what InetAddress.getAllByName(), InetAddress.getAllByAddress() return.