2 Replies Latest reply on Oct 9, 2008 10:07 PM by funnyone

    Remoting resolving to Hostname

    getkarthik

      Hi
      I am using JBoss 4.2.x and trying to start it up with -b 0.0.0.0 interface option for remote access. But while starting up the AS tries to resolve to a host name and fails booting.
      Even giving a physical IPAddress to the -b option doesnt work.

      Caused by: java.lang.RuntimeException: Exception creating identity: foohost: foohost
      at org.jboss.remoting.ident.Identity.get(Identity.java:211)

      -b substitues the jboss.bind.address. Is there any way that this hostname resolution can be avoided.

      Thanks