Slave node problem in Jboss EAP domain mode

Posted on

Hi,
my environment includes a domain controller and two slave nodes installed on RedHat 8.5 version Jboss 7.4 and JDK17
My problem now is after installing the 7.4.11 pacth the slave node won't start indicating authentication error, looking at the host-slave.xml config file the value " is it no longer exists

On startup this is the log
15:32:27,404 INFO [org.jboss.modules] (main) JBoss Modules version 1.12.0.Final-redhat-00001
15:32:27,565 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final-redhat-00001
15:32:27,577 INFO [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
[Host Controller] 15:32:27,838 INFO [org.jboss.modules] (main) JBoss Modules version 1.12.0.Final-redhat-00001
[Host Controller] 15:32:28,032 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.12.Final-redhat-00001
[Host Controller] 15:32:28,037 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final-redhat-00001
[Host Controller] 15:32:28,069 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: JBoss EAP 7.4.11.GA (WildFly Core 15.0.26.Final-redhat-00001) starting
[Host Controller] 15:32:28,299 INFO [org.wildfly.security] (Host Controller Service Threads - 4) ELY00001: WildFly Elytron version 1.15.16.Final-redhat-00001
[Host Controller] 15:32:28,506 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1)
[Host Controller] 15:32:28,516 INFO [org.xnio] (MSC service thread 1-3) XNIO version 3.8.9.Final-redhat-00001
[Host Controller] 15:32:28,520 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.8.9.Final-redhat-00001
[Host Controller] 15:32:28,550 INFO [org.jboss.remoting] (MSC service thread 1-7) JBoss Remoting version 5.0.27.Final-redhat-00001
[Host Controller] 15:32:28,566 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: JBoss EAP cumulative patch ID is: jboss-eap-7.4.11.CP, one-off patches include: none
[Host Controller] 15:32:29,418 WARN [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0001: Could not connect to remote domain controller remote+http://192.168.1.228:9990: java.lang.IllegalStateException: WFLYHC0043: Unable to connect due to authentication failure.
[Host Controller] at org.jboss.as.host-controller@15.0.26.Final-redhat-00001//org.jboss.as.host.controller.RemoteDomainConnectionService.rethrowIrrecoverableConnectionFailures(RemoteDomainConnectionService.java:674)
[Host Controller] at org.jboss.as.host-controller@15.0.26.Final-redhat-00001//org.jboss.as.host.controller.RemoteDomainConnectionService.register(RemoteDomainConnectionService.java:293)
[Host Controller] at org.jboss.as.host-controller@15.0.26.Final-redhat-00001//org.jboss.as.host.controller.DomainModelControllerService.connectToDomainMaster(DomainModelControllerService.java:1012)
[Host Controller] at org.jboss.as.host-controller@15.0.26.Final-redhat-00001//org.jboss.as.host.controller.DomainModelControllerService.boot(DomainModelControllerService.java:723)
[Host Controller] at org.jboss.as.controller@15.0.26.Final-redhat-00001//org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:447)
[Host Controller] at java.base/java.lang.Thread.run(Thread.java:833)
[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
[Host Controller] at org.jboss.remoting@5.0.27.Final-redhat-00001//org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:443)
[Host Controller] at org.jboss.remoting@5.0.27.Final-redhat-00001//org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:244)
[Host Controller] at org.jboss.xnio@3.8.9.Final-redhat-00001//org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
[Host Controller] at org.jboss.xnio@3.8.9.Final-redhat-00001//org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.readReady(ReadReadyHandler.java:66)
[Host Controller] at org.jboss.xnio.nio@3.8.9.Final-redhat-00001//org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:89)
[Host Controller] at org.jboss.xnio.nio@3.8.9.Final-redhat-00001//org.xnio.nio.WorkerThread.run(WorkerThread.java:591)
[Host Controller] at ...asynchronous invocation...(Unknown Source)
[Host Controller] at org.jboss.remoting@5.0.27.Final-redhat-00001//org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:600)
[Host Controller] at org.jboss.remoting@5.0.27.Final-redhat-00001//org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:561)
[Host Controller] at org.jboss.remoting@5.0.27.Final-redhat-00001//org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:549)
[Host Controller] at org.jboss.as.protocol@15.0.26.Final-redhat-00001//org.jboss.as.protocol.ProtocolConnectionUtils.connect(ProtocolConnectionUtils.java:227)
[Host Controller] at org.jboss.as.protocol@15.0.26.Final-redhat-00001//org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:121)
[Host Controller] at org.jboss.as.host-controller@15.0.26.Final-redhat-00001//org.jboss.as.host.controller.RemoteDomainConnection.lambda$openConnection$0(RemoteDomainConnection.java:223)
[Host Controller] at org.wildfly.common@1.5.4.Final-redhat-00001//org.wildfly.common.context.Contextual.runExceptionAction(Contextual.java:108)
[Host Controller] at org.wildfly.security.elytron-private@1.15.16.Final-redhat-00001//org.wildfly.security.auth.client.AuthenticationContext.run(AuthenticationContext.java:273)
[Host Controller] at org.jboss.as.host-controller@15.0.26.Final-redhat-00001//org.jboss.as.host.controller.RemoteDomainConnection.openConnection(RemoteDomainConnection.java:223)
[Host Controller] at org.jboss.as.host-controller@15.0.26.Final-redhat-00001//org.jboss.as.host.controller.RemoteDomainConnection$InitialConnectTask.connect(RemoteDomainConnection.java:594)
[Host Controller] at org.jboss.as.protocol@15.0.26.Final-redhat-00001//org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:70)
[Host Controller] at org.jboss.as.host-controller@15.0.26.Final-redhat-00001//org.jboss.as.host.controller.RemoteDomainConnection.connect(RemoteDomainConnection.java:147)
[Host Controller] at org.jboss.as.host-controller@15.0.26.Final-redhat-00001//org.jboss.as.host.controller.RemoteDomainConnectionService.register(RemoteDomainConnectionService.java:288)
[Host Controller] ... 4 more
[Host Controller]
[Host Controller] 15:32:29,419 WARN [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0147: No domain controller discovery options remain.
[Host Controller] 15:32:29,419 ERROR [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0002: Could not connect to master. Error was: java.lang.IllegalStateException: WFLYHC0120: Tried all domain controller discovery option(s) but unable to connect
[Host Controller] 15:32:29,419 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0178: Aborting with exit code 99
[Host Controller] 15:32:29,433 INFO [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: JBoss EAP 7.4.11.GA (WildFly Core 15.0.26.Final-redhat-00001) stopped in 10ms
[Host Controller]
15:32:29,760 INFO [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) WFLYPC0011: Process 'Host Controller' finished with an exit status of 99
15:32:29,761 INFO [org.jboss.as.process] (Thread-7) WFLYPC0017: Shutting down process controller
15:32:29,762 INFO [org.jboss.as.process] (Thread-7) WFLYPC0016: All processes finished; exiting

Responses