Relative Content

Tag Archive for javalinuxdnsdebianrmi

Java RMI issue: localhost is being resolved to random IP

I’m running a Java RMI application in which both client and server run on the same host, so that clients connects to server at localhost. After I updated my system to JRE17 (Debian bookworm armhf), I experience issue: instead of connecting to 127.0.0.1, client tries to access some random IP that looks like real routed IP but has nothing to do with anything in my system (it’s not my net or my uplink internet provider net).