1 Reply Latest reply on Jun 24, 2014 1:41 AM by sravan67

    JBOSS client running on RedHat linux cannot to JBOSS domain

    sravan67

      Hello Everyone,

      JBOSS Version  USED : jboss-as-7.1.0.Final

      I had set up a JBOSS domain server in 10.32.4.34 (REDHAT linux machine).

       

      Console log after starting JBOSS domain controller

       

      [Host Controller] 23:28:43,421 INFO  [org.jboss.as.remoting] (MSC service thread
       1-3) JBAS017100: Listening on /0.0.0.0:9999
      

       

      Then, I set up a JBOSS client in 10.32.4.35 (REDHAT linux machine)

      and tried to start  using the command

       

      sh domain.sh -Djboss.domain.master.address=10.32.4.34  -Djboss.domain.master.port=9999 -Djboss.bind.address.management=10.32.4.35 -Djboss.bind.address=10.32.4.35
      

      But it was not able to connect and shows the following error

      [Host Controller] 00:27:11,816 WARN  [org.jboss.as.host.controller] (Controller
      Boot Thread) JBAS010900: Could not connect to remote domain controller 10.32.4.3
      4:9999
      

       

      Then, copied the JBOSS folder from 10.32.4.35 (jboss client) to a windows machine (10.32.14.217)

      and started using the command

      domain.bat -Djboss.domain.master.address=10.32.4.34 -Djboss.bind.address.management=10.32.14.217 -Djboss.bind.address=10.32.14.217 -Djboss.domain.master.port=9999
      

      This client was able to connect to the JBOSS domain.

       

      I stopped iptables service in both linux machines.

      I created the management user and added the BASE64 value of that password in the client machines.

      And telnet from 10.32.4.35 to 10.32.4.34 9999 is also working. I can see the machine name in the response.

       

      But, no matter what I did. the linux client was not able to connect.

      Then I enabled the TRACE logging as explained here

      https://access.redhat.com/site/solutions/218053

       

      The linux  client is failing at the step

      Client sending capabilities request
      

      The client is not receiving a proper response for this request i guess.

       

      Linux machine has OPENJDK 1.6

      I am attaching the logs from both Linux and windows clients.

      Please help in this.