Not able to start the server in Docker. Today started with the new image download and ended up in the following error
07:54:08,944 INFO [org.jboss.modules] (main) JBoss Modules version 1.11.0.Final
07:54:09,908 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.12.Final
07:54:09,919 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
07:54:10,098 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 22.0.0.Final (WildFly Core 14.0.0.Final) starting
07:54:11,706 INFO [org.wildfly.security] (ServerService Thread Pool -- 28) ELY00001: WildFly Elytron version 1.14.1.Final
07:54:12,950 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found xxxDaemon.war in deployment directory. To trigger deployment create a file called xxxDaemon.war.dodeploy
07:54:13,092 ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0362: Capabilities required by resource '/subsystem=microprofile-health-smallrye' are not available:
org.wildfly.extension.health.server-probes; There are no known registration points which can provide this capability.
org.wildfly.extension.health.http-context; There are no known registration points which can provide this capability.
07:54:13,098 ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0362: Capabilities required by resource '/subsystem=undertow/server=default-server/https-listener=https' are not available:
org.wildfly.security.ssl-context.LocalhostSslContext; Possible registration points for this capability:
/subsystem=elytron/server-ssl-context=*
/subsystem=elytron/client-ssl-context=*
/subsystem=elytron/server-ssl-sni-context=*
07:54:13,100 ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0362: Capabilities required by resource '/core-service=management/management-interface=http-interface' are not available:
org.wildfly.security.http-authentication-factory.application-security-http; Possible registration points for this capability:
/subsystem=elytron/http-authentication-factory=*
07:54:13,107 ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0362: Capabilities required by resource '/subsystem=microprofile-metrics-smallrye' are not available:
org.wildfly.extension.metrics.http-context; There are no known registration points which can provide this capability.
07:54:13,129 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
07:54:13,202 INFO [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: WildFly Full 22.0.0.Final (WildFly Core 14.0.0.Final) stopped in 47ms
Not able to start the server in Docker. Today started with the new image download and ended up in the following error