6 Replies Latest reply on Apr 5, 2010 11:24 AM by ron_sigal

    Remote client receives 'connection refused'

    sean171

      JBoss 4.2.0 with JBoss Remoting 2.2.2SP1. The server is started with "-b 0.0.0.0"

       

      We have a remote client using http(s) transport. On upgrading JBoss Remoting to 2.2.2SP11 (tried 2.3.x and 2.5.x also). We start to see 'connection refused' on the remote client side.

       

      Looking at the packet trace when JR 2.2.2SP1 is used, the ip address returned in the proxy contains a valid server IP address (x.y.z.w). However on other versions or patches, the ip address returned in the proxy is all "0.0.0.0".

       

      From the JR doc, the client InvokeLocator will try to connect to "localhost" for no avail.

       

      Any thoughts would be appreciated.