0 Replies Latest reply on May 17, 2013 10:20 AM by erasmomarciano

    Domain In Cluster different node

    erasmomarciano

      Hi

       

      Can I configure a domain in Cluster on differents nodes without   authentication

       

      eg

       

      I have to insert in file node2/host.xml this tag

       

       

      <domain-controller>
         <!-- Alternative remote domain controller configuration with a host and port -->
          <remote host="10.161.xx.xx" port="9999" />
      </domain-controller>

       

       

      I get this error

       

      [Host Controller] 16:06:52,727 ERROR [org.jboss.remoting.remote.connection] (Remoting "localhost.localdomain:MANAGEMENT" read-1) JBREM000200: Remote connection failed: javax.security.sasl.SaslException: Authentication failed: all available authentication mechanisms failed

      [Host Controller] 16:06:52,781 ERROR [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010901: Could not connect to master. Aborting. Error was: java.lang.IllegalStateException: JBAS010942: Unable to connect due to authentication failure.

      [Host Controller] 16:06:52,856 INFO  [org.jboss.as.controller] (MSC service thread 1-2) JBAS014774: Service status report

      [Host Controller] JBAS014775:    New missing/unsatisfied dependencies:

      [Host Controller]       service jboss.server.controller.management.security_realm.ApplicationRealm.properties_authentication (missing) dependents: [service jboss.server.controller.management.security_realm.ApplicationRealm]

      [Host Controller]

      [Host Controller] 16:0

       

       

      I start node1

       

      ./domain.sh -Djboss.bind.address.management=10.161.XX.XX

       

       

      I start node2

       

      ./domain.sh -Djboss.bind.address.management=10.161.XX.XX

       

       

       

      I tried from node2 a telnet IP PORT it works

       

      Thanks