Hi all,
I'm having trouble configuring the slave host that needs to connect to the domain controller.
In the start phase I get this error:
[Host Controller] 09: 46: 09,988 WARN [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0001: Could not connect to remote domain controller remote + http: //172.17.22.156: 9990: java.lang .IllegalStateException: WFLYHC0043: Unable to connect due to authentication failure.
[Host Controller] at org.jboss.as.host.controller.RemoteDomainConnectionService.rethrowIrrecoverableConnectionFailures (RemoteDomainConnectionService.java:666)
[Host Controller] at org.jboss.as.host.controller.RemoteDomainConnectionService.register (RemoteDomainConnectionService.java:287)
[Host Controller] at org.jboss.as.host.controller.DomainModelControllerService.connectToDomainMaster (DomainModelControllerService.java:1000)
[Host Controller] at org.jboss.as.host.controller.DomainModelControllerService.boot (DomainModelControllerService.java:712)
[Host Controller] at org.jboss.as.controller.AbstractControllerService $ 1.run (AbstractControllerService.java:417)
[Host Controller] at java.lang.Thread.run (Thread.java:745)
[Host Controller] Caused by: javax.security.sasl.SaslException: Authentication failed: none of the mechanisms presented by the server (JBOSS-LOCAL-USER, DIGEST-MD5) are supported
In wildfly 25 the secury realm has been removed, the server identity generated by the user-add.sh should have been added.
Now how can I replicate the same behavior?
Can you tell me a guide on the configuration of the host-slave?
Thanks in advance for the help