0 Replies Latest reply on Mar 26, 2004 5:24 AM by sheckler

    JNDI lookup error with JBoss 3.2.4RC1 on multihomed machine

    sheckler

      The following error occures only with 3.2.4RC1, not with 3.2.1

      Hostname: Inet.getLocalhost deliveres 172.19.183.21

      on obove multihomed machine jboss is started with -b 192.130.183.23 (special bindaddress of a lan interface).

      client: java.naming.provider.url=192.130.183.23:1099
      webstart: http://192.130.183.23 :8080/MyWebArchiv/index.html

      => Error: javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 172.19.183.23; nested exception is:
      java.net.ConnectException: Connection refused]

      when same jboss is started with -b 172.19.183.23 and
      client: java.naming.provider.url=172.19.183.23:1099
      webstart: http://172.19.183.23:8080/MyWebArchiv/index.html it works!

      AS well with jboss 3.2.1 both configurations work.

      Is it a problem with 3.2.4RC1 or a network configuration problem or ...??

      Any experiences or statements on JBoss 3.2.4 very welcome

      Stefan Heckler