Hi, (Gunter I think this might be one for you?),
Further relevant information:
Was able to log in to the keycloak and arc containers.
Running top inside keycloak container reveals running java process (hence why I can access keycloak via web-interface), but not in the arc container.
I tried to start the archive manually:
sh-4.4# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c54440532d39 dcm4che/dcm4chee-arc-psql:5.29.2-secure "/docker-entrypoint.…" 4 hours ago Up 4 hours 0.0.0.0:2575->2575/tcp, 0.0.0.0:2762->2762/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:8443->8443/tcp, 0.0.0.0:9990->9990/tcp, 0.0.0.0:9993->9993/tcp, 0.0.0.0:11112->11112/tcp, 0.0.0.0:12575->12575/tcp dcm4chee_arc_1
sh-4.4# docker exec -it c54440532d39 /bin/bash
root@c54440532d39:/# cd /opt/wildfly/bin
root@c54440532d39:/# ./standalone.sh -c dcm4chee-arc-oidc.xml <- this was my second guess at the command to start the server (the first time I used dcm4chee-arc.xml)
This populates the /opt/wildfly/standalone with additional (expected?) folders and files:
chown.done configuration data deployments log tmp
and there is now a server.log file with keycloak errors contained (see below)... hope someone can help make sense of this...?
Kind regards,
Jon
2023-04-27 12:59:31,798 INFO [org.jboss.modules] (main) JBoss Modules version 2.0.2.Final
2023-04-27 12:59:32,248 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.13.Final
2023-04-27 12:59:32,255 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
2023-04-27 12:59:32,346 INFO [
org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 26.1.2.Final (WildFly Core 18.1.2.Final) starting
2023-04-27 12:59:32,347 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties:
[Standalone] =
file.encoding = UTF-8
file.separator = /
java.awt.headless = true
java.class.path = /opt/wildfly/jboss-modules.jar
java.class.version = 61.0
java.home = /opt/java/openjdk
java.io.tmpdir = /tmp
java.library.path = /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
java.net.preferIPv4Stack = true
java.runtime.name = OpenJDK Runtime Environment
java.runtime.version = 17.0.6+10
java.security.manager = allow
java.specification.name = Java Platform API Specification
java.specification.vendor = Oracle Corporation
java.specification.version = 17
java.util.logging.manager = org.jboss.logmanager.LogManager
java.vendor = Eclipse Adoptium
java.vendor.url =
https://adoptium.net/ java.vendor.url.bug =
https://github.com/adoptium/adoptium-support/issues java.vendor.version = Temurin-17.0.6+10
java.version = 17.0.6
java.version.date = 2023-01-17
java.vm.compressedOopsMode = 32-bit
java.vm.info = mixed mode, sharing
java.vm.name = OpenJDK 64-Bit Server VM
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Oracle Corporation
java.vm.specification.version = 17
java.vm.vendor = Eclipse Adoptium
java.vm.version = 17.0.6+10
javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
jboss.home.dir = /opt/wildfly
jboss.host.name = c54440532d39
jboss.modules.dir = /opt/wildfly/modules
jboss.modules.system.pkgs = org.jboss.byteman
jboss.node.name = c54440532d39
jboss.qualified.host.name = c54440532d39
jboss.server.base.dir = /opt/wildfly/standalone
jboss.server.config.dir = /opt/wildfly/standalone/configuration
jboss.server.data.dir = /opt/wildfly/standalone/data
jboss.server.deploy.dir = /opt/wildfly/standalone/data/content
jboss.server.log.dir = /opt/wildfly/standalone/log
jboss.server.name = c54440532d39
jboss.server.persist.config = true
jboss.server.temp.dir = /opt/wildfly/standalone/tmp
jdk.debug = release
line.separator =
logging.configuration = file:/opt/wildfly/standalone/configuration/logging.properties
module.path = /opt/wildfly/modules
native.encoding = UTF-8
org.jboss.boot.log.file = /opt/wildfly/standalone/log/server.log
org.jboss.resolver.warning = true
os.arch = amd64
os.name = Linux
os.version = 4.4.180+
path.separator = :
sun.arch.data.model = 64
sun.boot.library.path = /opt/java/openjdk/lib
sun.cpu.endian = little
sun.io.unicode.encoding = UnicodeLittle
sun.java.command = /opt/wildfly/jboss-modules.jar -mp /opt/wildfly/modules org.jboss.as.standalone -Djboss.home.dir=/opt/wildfly -Djboss.server.base.dir=/opt/wildfly/standalone -c dcm4chee-arc.xml
sun.java.launcher = SUN_STANDARD
sun.jnu.encoding = UTF-8
sun.management.compiler = HotSpot 64-Bit Tiered Compilers
sun.stderr.encoding = UTF-8
sun.stdout.encoding = UTF-8
user.country = US
user.dir = /opt/wildfly/bin
user.home = /root
user.language = en
user.name = root
user.timezone = Europe/London
2023-04-27 12:59:32,350 DEBUG [org.jboss.as.config] (MSC service thread 1-2) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMet
aspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.url.ldap=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.url.ldaps=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/
java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED -Djava.security.manager=allow -Dorg.jboss.boot.log.file=/opt/wildfly/standalone/log/server.log -Dlogging.configuration=file:/opt/wildfly/standalone/configuration/logging.properties
2023-04-27 12:59:32,988 INFO [org.wildfly.security] (ServerService Thread Pool -- 22) ELY00001: WildFly Elytron version 1.19.1.Final
2023-04-27 12:59:33,622 INFO [org.jboss.as.repository] (ServerService Thread Pool -- 23) WFLYDR0001: Content added at location /opt/wildfly/standalone/data/content/bc/e9dc5380261635d1b832493d6e4426caf9aae4/content
2023-04-27 12:59:33,673 INFO [org.jboss.as.repository] (ServerService Thread Pool -- 23) WFLYDR0001: Content added at location /opt/wildfly/standalone/data/content/28/fadbf155cf1c640f32a6196eeb7824dd3f271f/content
2023-04-27 12:59:33,688 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0041: Creating http management service using socket-binding (management-http) and secure-socket-binding (management-https)
2023-04-27 12:59:33,702 INFO [org.xnio] (MSC service thread 1-8) XNIO version 3.8.7.Final
2023-04-27 12:59:33,709 INFO [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.8.7.Final
2023-04-27 12:59:33,764 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 53) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
2023-04-27 12:59:33,768 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 55) WFLYCLINF0001: Activating Infinispan subsystem.
2023-04-27 12:59:33,770 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 57) WFLYRS0016: RESTEasy version 4.7.7.Final
2023-04-27 12:59:33,772 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
2023-04-27 12:59:33,773 INFO [
org.wildfly.extension.io] (ServerService Thread Pool -- 56) WFLYIO001: Worker 'default' has auto-configured to 16 IO threads with 128 max task threads based on your 8 available processors
2023-04-27 12:59:33,784 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 66) WFLYJWT0001: Activating MicroProfile JWT Subsystem
2023-04-27 12:59:33,780 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 65) WFLYCONF0001: Activating MicroProfile Config Subsystem
2023-04-27 12:59:33,790 INFO [org.jboss.as.connector] (MSC service thread 1-8) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.3.Final)
2023-04-27 12:59:33,792 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 5.0.25.Final
2023-04-27 12:59:33,795 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = h2
2023-04-27 12:59:33,794 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 75) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
2023-04-27 12:59:33,800 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 68) WFLYNAM0001: Activating Naming Subsystem
2023-04-27 12:59:33,803 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 54) WFLYHEALTH0001: Activating Base Health Subsystem
2023-04-27 12:59:33,809 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 42.4)
2023-04-27 12:59:33,812 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = psql
2023-04-27 12:59:33,814 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 67) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
2023-04-27 12:59:33,828 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 77) WFLYWS0002: Activating WebServices Extension
2023-04-27 12:59:33,830 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 62) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main]
2023-04-27 12:59:33,841 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 79) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "keycloak"),
("secure-deployment" => "dcm4chee-arc-ui2-5.29.2-secure.war")
]) - failure description: "WFLYCTL0211: Cannot resolve expression '${env.TRUSTSTORE_PASSWORD}'"
2023-04-27 12:59:33,844 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 79) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "keycloak"),
("secure-deployment" => "dcm4chee-arc-war-5.29.2-secure.war")
]) - failure description: "WFLYCTL0211: Cannot resolve expression '${env.TRUSTSTORE_PASSWORD}'"
2023-04-27 12:59:33,857 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 64) WFLYMETRICS0001: Activating Base Metrics Subsystem
2023-04-27 12:59:33,876 INFO [org.jboss.as.naming] (MSC service thread 1-6) WFLYNAM0003: Starting Naming Service
2023-04-27 12:59:33,886 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
2023-04-27 12:59:33,920 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0003: Undertow 2.2.19.Final starting
2023-04-27 12:59:33,927 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 52) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "elytron"),
("key-store" => "applicationKS")
]) - failure description: "WFLYCTL0211: Cannot resolve expression '${env.KEYSTORE_PASSWORD}'"
2023-04-27 12:59:33,931 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 52) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "elytron"),
("key-manager" => "applicationKM")
]): org.jboss.msc.service.ServiceNotFoundException: service org.wildfly.security.key-store.applicationKS not found
at org.jb...@1.4.13.Final//org.jboss.msc.service.ServiceContainerImpl.getRequiredService(ServiceContainerImpl.java:674)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.OperationContextImpl$OperationContextServiceRegistry.getRequiredService(OperationContextImpl.java:2297)
at org.wildfly.ex...@18.1.2.Final//org.wildfly.extension.elytron.ElytronExtension.getRequiredService(ElytronExtension.java:171)
at org.wildfly.ex...@18.1.2.Final//org.wildfly.extension.elytron.SSLDefinitions.getModifiableKeyStoreService(SSLDefinitions.java:1616)
at org.wildfly.ex...@18.1.2.Final//org.wildfly.extension.elytron.SSLDefinitions$1.getValueSupplier(SSLDefinitions.java:557)
at org.wildfly.ex...@18.1.2.Final//org.wildfly.extension.elytron.TrivialAddHandler.performRuntime(TrivialAddHandler.java:77)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:164)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:1045)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:777)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:466)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.ParallelBootOperationStepHandler$ParallelBootTask.run(ParallelBootOperationStepHandler.java:384)
at org.jbos...@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jbos...@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
at org.jbos...@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at org.jbos...@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1348)
at java.base/java.lang.Thread.run(Thread.java:833)
at org.jbos...@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
2023-04-27 12:59:33,976 INFO [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 128 (per class), which is derived from thread worker pool sizing.
2023-04-27 12:59:33,978 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 32 (per class), which is derived from the number of CPUs on this host.
2023-04-27 12:59:34,075 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 76) WFLYUT0014: Creating file handler for path '/opt/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
2023-04-27 12:59:34,084 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.
2023-04-27 12:59:34,085 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) Queuing requests.
2023-04-27 12:59:34,086 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
2023-04-27 12:59:34,093 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 76) WFLYUT0014: Creating file handler for path '/opt/wildfly/standalone/configuration/resources' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
2023-04-27 12:59:34,127 INFO [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
2023-04-27 12:59:34,149 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on
127.0.0.1:80802023-04-27 12:59:34,173 INFO [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-7) IJ020018: Enabling <validate-on-match> for java:/PacsDS
2023-04-27 12:59:34,202 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
2023-04-27 12:59:34,202 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:/PacsDS]
2023-04-27 12:59:34,290 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) "WFLYCTL0193: Failed executing subsystem elytron boot operations"
2023-04-27 12:59:34,291 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("parallel-subsystem-boot") failed - address: ([]) - failure description: "\"WFLYCTL0193: Failed executing subsystem elytron boot operations\""
2023-04-27 12:59:34,292 ERROR [org.jboss.as.server] (ServerService Thread Pool -- 46) WFLYSRV0022: Deploy of deployment "dcm4chee-arc-ui2-5.29.2-secure.war" was rolled back with no failure message
2023-04-27 12:59:34,293 ERROR [org.jboss.as.server] (ServerService Thread Pool -- 46) WFLYSRV0022: Deploy of deployment "dcm4chee-arc-ear-5.29.2-psql-secure.ear" was rolled back with no failure message
2023-04-27 12:59:34,293 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
2023-04-27 12:59:34,299 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:/PacsDS]
2023-04-27 12:59:34,300 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
2023-04-27 12:59:34,300 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTP listener default suspending
2023-04-27 12:59:34,300 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
2023-04-27 12:59:34,301 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTP listener default stopped, was bound to
127.0.0.1:80802023-04-27 12:59:34,303 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0019: Stopped Driver service with driver-name = psql
2023-04-27 12:59:34,303 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 2.2.19.Final stopping
2023-04-27 12:59:34,305 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0019: Stopped Driver service with driver-name = h2
2023-04-27 12:59:34,338 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. - Server configuration file in use: dcm4chee-arc.xml
2023-04-27 12:59:34,348 INFO [
org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Full 26.1.2.Final (WildFly Core 18.1.2.Final) stopped in 6ms
2023-04-27 13:01:07,566 INFO [org.jboss.modules] (main) JBoss Modules version 2.0.2.Final
2023-04-27 13:01:07,987 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.13.Final
2023-04-27 13:01:07,994 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
2023-04-27 13:01:08,085 INFO [
org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 26.1.2.Final (WildFly Core 18.1.2.Final) starting
2023-04-27 13:01:08,087 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties:
[Standalone] =
file.encoding = UTF-8
file.separator = /
java.awt.headless = true
java.class.path = /opt/wildfly/jboss-modules.jar
java.class.version = 61.0
java.home = /opt/java/openjdk
java.io.tmpdir = /tmp
java.library.path = /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
java.net.preferIPv4Stack = true
java.runtime.name = OpenJDK Runtime Environment
java.runtime.version = 17.0.6+10
java.security.manager = allow
java.specification.name = Java Platform API Specification
java.specification.vendor = Oracle Corporation
java.specification.version = 17
java.util.logging.manager = org.jboss.logmanager.LogManager
java.vendor = Eclipse Adoptium
java.vendor.url =
https://adoptium.net/ java.vendor.url.bug =
https://github.com/adoptium/adoptium-support/issues java.vendor.version = Temurin-17.0.6+10
java.version = 17.0.6
java.version.date = 2023-01-17
java.vm.compressedOopsMode = 32-bit
java.vm.info = mixed mode, sharing
java.vm.name = OpenJDK 64-Bit Server VM
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Oracle Corporation
java.vm.specification.version = 17
java.vm.vendor = Eclipse Adoptium
java.vm.version = 17.0.6+10
javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
jboss.home.dir = /opt/wildfly
jboss.host.name = c54440532d39
jboss.modules.dir = /opt/wildfly/modules
jboss.modules.system.pkgs = org.jboss.byteman
jboss.node.name = c54440532d39
jboss.qualified.host.name = c54440532d39
jboss.server.base.dir = /opt/wildfly/standalone
jboss.server.config.dir = /opt/wildfly/standalone/configuration
jboss.server.data.dir = /opt/wildfly/standalone/data
jboss.server.deploy.dir = /opt/wildfly/standalone/data/content
jboss.server.log.dir = /opt/wildfly/standalone/log
jboss.server.name = c54440532d39
jboss.server.persist.config = true
jboss.server.temp.dir = /opt/wildfly/standalone/tmp
jdk.debug = release
line.separator =
logging.configuration = file:/opt/wildfly/standalone/configuration/logging.properties
module.path = /opt/wildfly/modules
native.encoding = UTF-8
org.jboss.boot.log.file = /opt/wildfly/standalone/log/server.log
org.jboss.resolver.warning = true
os.arch = amd64
os.name = Linux
os.version = 4.4.180+
path.separator = :
sun.arch.data.model = 64
sun.boot.library.path = /opt/java/openjdk/lib
sun.cpu.endian = little
sun.io.unicode.encoding = UnicodeLittle
sun.java.command = /opt/wildfly/jboss-modules.jar -mp /opt/wildfly/modules org.jboss.as.standalone -Djboss.home.dir=/opt/wildfly -Djboss.server.base.dir=/opt/wildfly/standalone -c dcm4chee-arc-oidc.xml
sun.java.launcher = SUN_STANDARD
sun.jnu.encoding = UTF-8
sun.management.compiler = HotSpot 64-Bit Tiered Compilers
sun.stderr.encoding = UTF-8
sun.stdout.encoding = UTF-8
user.country = US
user.dir = /opt/wildfly/bin
user.home = /root
user.language = en
user.name = root
user.timezone = Europe/London
2023-04-27 13:01:08,089 DEBUG [org.jboss.as.config] (MSC service thread 1-2) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.url.ldap=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.url.ldaps=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/
java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED -Djava.security.manager=allow -Dorg.jboss.boot.log.file=/opt/wildfly/standalone/log/server.log -Dlogging.configuration=file:/opt/wildfly/standalone/configuration/logging.properties
2023-04-27 13:01:08,758 INFO [org.wildfly.security] (ServerService Thread Pool -- 9) ELY00001: WildFly Elytron version 1.19.1.Final
2023-04-27 13:01:09,275 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0015: Re-attempting failed deployment dcm4chee-arc-ui2-5.29.2-secure.war
2023-04-27 13:01:09,277 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0015: Re-attempting failed deployment dcm4chee-arc-ear-5.29.2-psql-secure.ear
2023-04-27 13:01:09,519 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0041: Creating http management service using socket-binding (management-http) and secure-socket-binding (management-https)
2023-04-27 13:01:09,533 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.8.7.Final
2023-04-27 13:01:09,538 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.8.7.Final
2023-04-27 13:01:09,577 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 53) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
2023-04-27 13:01:09,582 INFO [
org.wildfly.extension.io] (ServerService Thread Pool -- 56) WFLYIO001: Worker 'default' has auto-configured to 16 IO threads with 128 max task threads based on your 8 available processors
2023-04-27 13:01:09,580 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 57) WFLYRS0016: RESTEasy version 4.7.7.Final
2023-04-27 13:01:09,584 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 55) WFLYCLINF0001: Activating Infinispan subsystem.
2023-04-27 13:01:09,586 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 65) WFLYCONF0001: Activating MicroProfile Config Subsystem
2023-04-27 13:01:09,590 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 54) WFLYHEALTH0001: Activating Base Health Subsystem
2023-04-27 13:01:09,590 INFO [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 5.0.25.Final
2023-04-27 13:01:09,593 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 66) WFLYJWT0001: Activating MicroProfile JWT Subsystem
2023-04-27 13:01:09,595 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 75) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
2023-04-27 13:01:09,597 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 62) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main]
2023-04-27 13:01:09,605 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 64) WFLYMETRICS0001: Activating Base Metrics Subsystem
2023-04-27 13:01:09,621 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 79) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "keycloak"),
("secure-deployment" => "dcm4chee-arc-ui2-5.29.2-secure.war")
]) - failure description: "WFLYCTL0211: Cannot resolve expression '${env.TRUSTSTORE_PASSWORD}'"
2023-04-27 13:01:09,623 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 79) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "keycloak"),
("secure-deployment" => "dcm4chee-arc-war-5.29.2-secure.war")
]) - failure description: "WFLYCTL0211: Cannot resolve expression '${env.TRUSTSTORE_PASSWORD}'"
2023-04-27 13:01:09,624 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 79) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "keycloak"),
("secure-server" => "wildfly-console")
]) - failure description: "WFLYCTL0211: Cannot resolve expression '${env.TRUSTSTORE_PASSWORD}'"
2023-04-27 13:01:09,624 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 67) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
2023-04-27 13:01:09,625 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 79) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "keycloak"),
("secure-deployment" => "wildfly-management")
]) - failure description: "WFLYCTL0211: Cannot resolve expression '${env.TRUSTSTORE_PASSWORD}'"
2023-04-27 13:01:09,631 INFO [org.jboss.as.connector] (MSC service thread 1-7) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.3.Final)
2023-04-27 13:01:09,638 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 77) WFLYWS0002: Activating WebServices Extension
2023-04-27 13:01:09,652 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 68) WFLYNAM0001: Activating Naming Subsystem
2023-04-27 13:01:09,690 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.2.19.Final starting
2023-04-27 13:01:09,714 INFO [org.jboss.as.naming] (MSC service thread 1-7) WFLYNAM0003: Starting Naming Service
2023-04-27 13:01:09,717 INFO [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
2023-04-27 13:01:09,725 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
2023-04-27 13:01:09,728 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = h2
2023-04-27 13:01:09,746 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 42.4)
2023-04-27 13:01:09,748 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = psql
2023-04-27 13:01:09,759 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 52) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "elytron"),
("key-store" => "applicationKS")
]) - failure description: "WFLYCTL0211: Cannot resolve expression '${env.KEYSTORE_PASSWORD}'"
2023-04-27 13:01:09,770 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 52) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "elytron"),
("key-manager" => "applicationKM")
]): org.jboss.msc.service.ServiceNotFoundException: service org.wildfly.security.key-store.applicationKS not found
at org.jb...@1.4.13.Final//org.jboss.msc.service.ServiceContainerImpl.getRequiredService(ServiceContainerImpl.java:674)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.OperationContextImpl$OperationContextServiceRegistry.getRequiredService(OperationContextImpl.java:2297)
at org.wildfly.ex...@18.1.2.Final//org.wildfly.extension.elytron.ElytronExtension.getRequiredService(ElytronExtension.java:171)
at org.wildfly.ex...@18.1.2.Final//org.wildfly.extension.elytron.SSLDefinitions.getModifiableKeyStoreService(SSLDefinitions.java:1616)
at org.wildfly.ex...@18.1.2.Final//org.wildfly.extension.elytron.SSLDefinitions$1.getValueSupplier(SSLDefinitions.java:557)
at org.wildfly.ex...@18.1.2.Final//org.wildfly.extension.elytron.TrivialAddHandler.performRuntime(TrivialAddHandler.java:77)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:164)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:1045)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:777)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:466)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.ParallelBootOperationStepHandler$ParallelBootTask.run(ParallelBootOperationStepHandler.java:384)
at org.jbos...@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jbos...@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
at org.jbos...@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at org.jbos...@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1348)
at java.base/java.lang.Thread.run(Thread.java:833)
at org.jbos...@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
2023-04-27 13:01:09,822 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 128 (per class), which is derived from thread worker pool sizing.
2023-04-27 13:01:09,825 INFO [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 32 (per class), which is derived from the number of CPUs on this host.
2023-04-27 13:01:09,863 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 76) WFLYUT0014: Creating file handler for path '/opt/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
2023-04-27 13:01:09,868 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.
2023-04-27 13:01:09,870 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) Queuing requests.
2023-04-27 13:01:09,871 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 76) WFLYUT0014: Creating file handler for path '/opt/wildfly/standalone/configuration/resources' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
2023-04-27 13:01:09,872 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0018: Host default-host starting
2023-04-27 13:01:09,948 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on
127.0.0.1:80802023-04-27 13:01:09,964 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
2023-04-27 13:01:09,993 INFO [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-3) IJ020018: Enabling <validate-on-match> for java:/PacsDS
2023-04-27 13:01:09,652 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 68) WFLYNAM0001: Activating Naming Subsystem
2023-04-27 13:01:09,690 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.2.19.Final starting
2023-04-27 13:01:09,714 INFO [org.jboss.as.naming] (MSC service thread 1-7) WFLYNAM0003: Starting Naming Service
2023-04-27 13:01:09,717 INFO [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
2023-04-27 13:01:09,725 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
2023-04-27 13:01:09,728 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = h2
2023-04-27 13:01:09,746 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 42.4)
2023-04-27 13:01:09,748 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = psql
2023-04-27 13:01:09,759 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 52) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "elytron"),
("key-store" => "applicationKS")
]) - failure description: "WFLYCTL0211: Cannot resolve expression '${env.KEYSTORE_PASSWORD}'"
2023-04-27 13:01:09,770 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 52) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "elytron"),
("key-manager" => "applicationKM")
]): org.jboss.msc.service.ServiceNotFoundException: service org.wildfly.security.key-store.applicationKS not found
at org.jb...@1.4.13.Final//org.jboss.msc.service.ServiceContainerImpl.getRequiredService(ServiceContainerImpl.java:674)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.OperationContextImpl$OperationContextServiceRegistry.getRequiredService(OperationContextImpl.java:2297)
at org.wildfly.ex...@18.1.2.Final//org.wildfly.extension.elytron.ElytronExtension.getRequiredService(ElytronExtension.java:171)
at org.wildfly.ex...@18.1.2.Final//org.wildfly.extension.elytron.SSLDefinitions.getModifiableKeyStoreService(SSLDefinitions.java:1616)
at org.wildfly.ex...@18.1.2.Final//org.wildfly.extension.elytron.SSLDefinitions$1.getValueSupplier(SSLDefinitions.java:557)
at org.wildfly.ex...@18.1.2.Final//org.wildfly.extension.elytron.TrivialAddHandler.performRuntime(TrivialAddHandler.java:77)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:164)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:1045)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:777)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:466)
at org.jboss.a...@18.1.2.Final//org.jboss.as.controller.ParallelBootOperationStepHandler$ParallelBootTask.run(ParallelBootOperationStepHandler.java:384)
at org.jbos...@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jbos...@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
at org.jbos...@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at org.jbos...@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1348)
at java.base/java.lang.Thread.run(Thread.java:833)
at org.jbos...@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
2023-04-27 13:01:09,822 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 128 (per class), which is derived from thread worker pool sizing.
2023-04-27 13:01:09,825 INFO [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 32 (per class), which is derived from the number of CPUs on this host.
2023-04-27 13:01:09,863 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 76) WFLYUT0014: Creating file handler for path '/opt/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
2023-04-27 13:01:09,868 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.
2023-04-27 13:01:09,870 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) Queuing requests.
2023-04-27 13:01:09,871 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 76) WFLYUT0014: Creating file handler for path '/opt/wildfly/standalone/configuration/resources' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
2023-04-27 13:01:09,872 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0018: Host default-host starting
2023-04-27 13:01:09,948 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on
127.0.0.1:80802023-04-27 13:01:09,964 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
2023-04-27 13:01:09,993 INFO [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-3) IJ020018: Enabling <validate-on-match> for java:/PacsDS
2023-04-27 13:01:10,016 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
2023-04-27 13:01:10,017 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:/PacsDS]
2023-04-27 13:01:10,083 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) "WFLYCTL0193: Failed executing subsystem elytron boot operations"
2023-04-27 13:01:10,084 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("parallel-subsystem-boot") failed - address: ([]) - failure description: "\"WFLYCTL0193: Failed executing subsystem elytron boot operations\""
2023-04-27 13:01:10,089 ERROR [org.jboss.as.server] (ServerService Thread Pool -- 46) WFLYSRV0022: Deploy of deployment "dcm4chee-arc-ear-5.29.2-psql-secure.ear" was rolled back with no failure message
2023-04-27 13:01:10,089 ERROR [org.jboss.as.server] (ServerService Thread Pool -- 46) WFLYSRV0022: Deploy of deployment "dcm4chee-arc-ui2-5.29.2-secure.war" was rolled back with no failure message
2023-04-27 13:01:10,092 INFO [org.jboss.as.mail.extension] (MSC service thread 1-5) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
2023-04-27 13:01:10,096 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:/PacsDS]
2023-04-27 13:01:10,096 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
2023-04-27 13:01:10,098 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending
2023-04-27 13:01:10,100 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to
127.0.0.1:80802023-04-27 13:01:10,102 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0019: Host default-host stopping
2023-04-27 13:01:10,103 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = psql
2023-04-27 13:01:10,104 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = h2
2023-04-27 13:01:10,105 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0004: Undertow 2.2.19.Final stopping
2023-04-27 13:01:10,128 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. - Server configuration file in use: dcm4chee-arc-oidc.xml
2023-04-27 13:01:10,137 INFO [
org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Full 26.1.2.Final (WildFly Core 18.1.2.Final) stopped in 5ms