0 Replies Latest reply on Feb 15, 2008 2:18 PM by korfut

    connection problem: no route to host.

    korfut

      Hello,
      I have a remote ejb client (swing) working perfectly except when i run it from a vpn.
      From the stacktrace i see the server sends back its hostname during jndi lookups even if i specify in the client the IP address of the server, eg: jnp://192.168.x.x.
      so, after jndi lookup the client tries to reach a hostname it cannot resolve and a generate an exception "no route to host".
      is there a way to fix this?
      thank you