2 Replies Latest reply on Mar 15, 2005 8:58 PM by lynnchi

    Can't lookup "jmx/rmi/RMIAdaptor" deployed on redhat linux 9

    lynnchi

      I deploy jboss on linux 9.0 and start it. My client is running on windows, but i cant lookup "RMIAdaptor" deployed on it. The network is correct because i have deployed my tcpServer with port 1099 on it and my tcpClient deployed on windows connect successful with it.
      And if I deployed this jboss on windows, it works right.
      Can anybody tell me just why i can't lookup it?

      -_-P

        • 1. Re: Can't lookup
          starksm64

          Most likely a hostname resolution problem that you need to debug. Its common for a linux box to not properly map its hostname to the remote ip address to check your /etc/hosts.

          • 2. Re: Can't lookup
            lynnchi

            In fact, I use ip to lookup. I use "jmx/rmi/RMIAdaptor" to lookup,but the result is "Can't bound it". -_-P