Initial Install/Exec: Bad IP Address for RMI
Get this message in log:
[#|2006-03-28T17:30:47.359-0500|SEVERE|sun-appserver-pe8.2|javax.enterprise.sys tem.core|_ThreadID=10;|CORE5071: An error occured during initialization
com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://0.3.0.5:8686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: Exception creating connection to: 0.3.0.5; nested exception is:
java.net.NoRouteToHostException: No route to host: no further information]
Needless to say the IP address is invalid.
I followed the suggestion in:
http://swforum.sun.com/jive/thread.jspa?forumID=129&threadID=55974
and added to domain.xml in <java-config>:
<jvm-options>-Djava.rmi.server.hostname=localhost</jvm-options>
to no avail.
?
=Paul=

