![]() Previous |
![]() Next |
Sometimes RMI can have a problem determining which address to use. This can happen because of any of the following:
There are access restrictions in the Security manager.
The machine is multihomed and RMI is selecting the wrong interface.
There is a misconfigured hosts file or a number of different network related configuration problems.
If all else fails, you can try specifying the java.rmi.server.hostname
system property. Note that this can affect applications running in the JVM.