Details
Description
This is caused by a Java bug. The default socket listener created by the factory grabs the local host name.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6425769
A fix would be to create a custom socket factory that pulls that host name from an appliance property:
http://java.sun.com/j2se/1.5.0/docs/guide/rmi/socketfactory/index.html
Possible fix:
http://vafer.org/blog/20061010091658/