1 Reply Latest reply on Nov 11, 2016 7:05 AM by amit12345

    Not able to join domain member with EAP 7

    jplorier

      Hi,

       

      I'm creating a fresh EAP 7 domain, controller started fine, then created a mgmt user for the member and copied the secret into the host-slave.xml as well as pointed to the controller. Though there's network conectivity and I can see traffic between the servers, the member can't start claiming not to be able to see the controller:

       

      [Host Controller] 08:39:53,296 ERROR [org.jboss.as.controller] (Host Controller Service Threads - 5) WFLYCTL0369: Required capabilities are not available:

      [Host Controller]     org.wildfly.domain.server-group.main-server-group in context 'server-config'; There are no known registration points which can provide this capability.

      [Host Controller]     org.wildfly.domain.server-group.other-server-group in context 'server-config'; There are no known registration points which can provide this capability.

      [Host Controller] 08:39:53,297 ERROR [org.jboss.as.host.controller] (Host Controller Service Threads - 5) WFLYHC0143: Failed to apply domain-wide configuration from master host controller. Operation outcome: failed. Failure description "WFLYCTL0369: Required capabilities are not available:

      [Host Controller]     org.wildfly.domain.server-group.main-server-group in context 'server-config'; There are no known registration points which can provide this capability.

      [Host Controller]     org.wildfly.domain.server-group.other-server-group in context 'server-config'; There are no known registration points which can provide this capability."

      [Host Controller] 08:39:53,313 WARN  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0001: Could not connect to remote domain controller remote://192.168.21.20:9999 -- 1-$-

      [Host Controller] 08:39:53,314 WARN  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0147: No domain controller discovery options remain.

      [Host Controller] 08:39:53,314 ERROR [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0002: Could not connect to master. Aborting. Error was: java.lang.IllegalStateException: WFLYHC0120: Tried all domain controller discovery option(s) but unable to connect

       

      Am I missing something in the configuration?

       

      the host.xml has the secret and this configuration for the controller:

       

      <domain-controller>
          <remote security-realm="ManagementRealm">
              <discovery-options>
                  <static-discovery name="jboss01" protocol="${jboss.domain.master.protocol:remote}" host="${jboss.domain.master.address:192.168.21.20}" port="${jboss.domain.master.port:9999}"/>
              </discovery-options>
          </remote>

      </domain-controller>

       

      Thanks