0 Replies Latest reply on May 22, 2006 7:49 PM by aron-smith

    windows xp client fails to communicate with jboss

    aron-smith

      So I have JBoss running on Suse 10 at last and I am trying to get my client to connect to the server. What I do know is

      a) Firewall is disabled on both client (win xp) and server.
      b) I can telnet from the client to the 1099 port successfully.
      c) The client works with a local JBoss server running on the same PC

      The error is connection refused - what refused though - what do I configure on the client ?

      javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 192.168.1.104; nested exception is:
      java.net.ConnectException: Connection timed out: connect]
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:707)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
      at javax.naming.InitialContext.lookup(Unknown Source)