Unable to connect to keycloak

1,286 views
Skip to first unread message

Ted Timar

unread,
Feb 8, 2023, 11:08:24 PM2/8/23
to dcm4che
dcm4chee-arc-light 5.29.1-secure
keycloak-quarkus 20.0.2
Host is running Rocky Linux 9.1.

I am trying to set up a secure minipacs on a single host using Docker (though I'm open to setting it up manually, but the instructions in the wiki have not been updated for running with OIDC and quarkus).

I have tried with Docker Command Line and with Docker Compose, with the same results.

Here is my current docker-compose.yml file:
version: "3"
services:
  ldap:
    image: dcm4che/slapd-dcm4chee:2.6.3-29.1
    logging:
      driver: json-file
      options:
        max-size: "10m"
    ports:
      - "389:389"
      - "636:636"
    extra_hosts:
      - "minipacs.exactimaging.com:192.168.99.209"
    env_file: docker-compose.env
    volumes:
      - /var/local/dcm4chee-arc/ldap:/var/lib/openldap/openldap-data
      - /var/local/dcm4chee-arc/slapd.d:/etc/openldap/slapd.d
  keycloak:
    image: dcm4che/keycloak:20.0.2
    logging:
      driver: json-file
      options:
        max-size: "10m"
    ports:
      - "8843:8843"
    extra_hosts:
      - "minipacs.exactimaging.com:192.168.99.209"
    env_file: docker-compose.env
    environment:
      KC_HTTPS_PORT: 8843
      KC_HOSTNAME: minipacs.exactimaging.com
      KEYCLOAK_ADMIN: admin
      KEYCLOAK_ADMIN_PASSWORD: changeit
      KC_LOG: file
      KC_SPI_LOGIN_PROTOCOL_OPENID_CONNECT_SUPPRESS_LOGOUT_CONFIRMATION_SCREEN: "true"
      KEYCLOAK_WAIT_FOR: ldap:389
    depends_on:
      - ldap
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
      - /var/local/dcm4chee-arc/keycloak:/opt/keycloak/data
  db:
    image: dcm4che/postgres-dcm4chee:14.5-29
    logging:
      driver: json-file
      options:
        max-size: "10m"
    ports:
      - "5432:5432"
    extra_hosts:
      - "minipacs.exactimaging.com:192.168.99.209"
    env_file: docker-compose.env
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
      - /var/local/dcm4chee-arc/db:/var/lib/postgresql/data
  arc:
    image: dcm4che/dcm4chee-arc-psql:5.29.1-secure
    ports:
      - "8080:8080"
      - "8443:8443"
      - "9990:9990"
      - "9993:9993"
      - "11112:11112"
      - "2762:2762"
      - "2575:2575"
      - "12575:12575"
    extra_hosts:
      - "minipacs.exactimaging.com:192.168.99.209"
    env_file: docker-compose.env
    environment:
      WILDFLY_CHOWN: /opt/wildfly/standalone /storage
      WILDFLY_WAIT_FOR: ldap:389 db:5432
    depends_on:
      - ldap
      - keycloak
      - db
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
      - /var/local/dcm4chee-arc/wildfly:/opt/wildfly/standalone
      - /var/local/dcm4chee-arc/storage:/storage

My current docker-compose.env file:
ARCHIVE_HOST=minipacs.exactimaging.com
STORAGE_DIR=/storage/fs1
POSTGRES_DB=pacsdb
POSTGRES_USER=pacs
POSTGRES_PASSWORD=pacs
AUTH_SERVER_URL=https://minipacs.exactimaging.com:8443

Whenever I try to connect to minipacs.exactimaging.com:8843/admin/dcm4che/console/ I just get a spinner saying "Loading the admin console" which continues forever.

Note that minipacs.exactimaging.com is not in any DNS, but it  is in my /etc/hosts file, and in the extra_hosts for all of the containers.

This is my first significant foray into working with Docker.

Can anybody shed any light on what I'm doing wrong?

Thanks,
Ted

Ted Timar

unread,
Feb 9, 2023, 9:48:58 AM2/9/23
to dcm4che
I should add, because I'm sure that I'll get asked:  This is running on Docker, not Podman.

I don't see anything helpful in the logs:

keycloak.log:
2023-02-08 22:37:31,580 WARN  [org.keycloak.protocol.oidc.OIDCLoginProtocolFactory] (main) Deprecated switch 'suppress-logout-confirmation-screen' is enabled. Please try to disable it and update your clients to use OpenID Connect compliant way for RP-initiated logout.
2023-02-08 22:37:32,487 INFO  [org.keycloak.quarkus.runtime.hostname.DefaultHostnameProvider] (main) Hostname settings: Base URL: <unset>, Hostname: minipacs.exactimaging.com, Strict HTTPS: true, Path: <request>, Strict BackChannel: false, Admin URL: <unset>, Admin: <request>, Port: -1, Proxied: false
2023-02-08 22:37:36,147 WARN  [io.quarkus.agroal.runtime.DataSources] (main) Datasource <default> enables XA but transaction recovery is not enabled. Please enable transaction recovery by setting quarkus.transaction-manager.enable-recovery=true, otherwise data may be lost if the application is terminated abruptly
2023-02-08 22:37:39,050 WARN  [org.infinispan.CONFIG] (keycloak-cache-init) ISPN000569: Unable to persist Infinispan internal caches as no global state enabled
2023-02-08 22:37:39,168 WARN  [org.infinispan.PERSISTENCE] (keycloak-cache-init) ISPN000554: jboss-marshalling is deprecated and planned for removal
2023-02-08 22:37:39,200 INFO  [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000556: Starting user marshaller 'org.infinispan.jboss.marshalling.core.JBossUserMarshaller'
2023-02-08 22:37:39,666 INFO  [org.keycloak.broker.provider.AbstractIdentityProviderMapper] (main) Registering class org.keycloak.broker.provider.mappersync.ConfigSyncEventListener
2023-02-08 22:37:39,918 INFO  [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000128: Infinispan version: Infinispan 'Triskaidekaphobia' 13.0.10.Final
2023-02-08 22:37:40,162 INFO  [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000078: Starting JGroups channel `ISPN`
2023-02-08 22:37:40,163 INFO  [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration!
2023-02-08 22:37:40,248 WARN  [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the send buffer of socket MulticastSocket was set to 1.00MB, but the OS only allocated 212.99KB
2023-02-08 22:37:40,248 WARN  [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the receive buffer of socket MulticastSocket was set to 20.00MB, but the OS only allocated 212.99KB
2023-02-08 22:37:40,249 WARN  [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the send buffer of socket MulticastSocket was set to 1.00MB, but the OS only allocated 212.99KB
2023-02-08 22:37:40,249 WARN  [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the receive buffer of socket MulticastSocket was set to 25.00MB, but the OS only allocated 212.99KB
2023-02-08 22:37:42,260 INFO  [org.jgroups.protocols.pbcast.GMS] (keycloak-cache-init) 2db3140dbcef-12817: no members discovered after 2003 ms: creating cluster as coordinator
2023-02-08 22:37:42,270 INFO  [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000094: Received new cluster view for channel ISPN: [2db3140dbcef-12817|0] (1) [2db3140dbcef-12817]
2023-02-08 22:37:42,274 INFO  [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000079: Channel `ISPN` local address is `2db3140dbcef-12817`, physical addresses are `[172.21.0.4:48280]`
2023-02-08 22:37:42,921 INFO  [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (main) Node name: 2db3140dbcef-12817, Site name: null
2023-02-08 22:37:43,914 INFO  [org.keycloak.services] (main) KC-SERVICES0003: Not importing realm dcm4che from file /opt/keycloak/bin/../data/import/dcm4che-realm.json.  It already exists.
2023-02-08 22:37:43,934 INFO  [org.keycloak.services] (main) KC-SERVICES0003: Not importing realm dcm4che from file /opt/keycloak/bin/../data/import/dcm4che-realm.json.  It already exists.
2023-02-08 22:37:44,337 INFO  [io.quarkus] (main) Keycloak 20.0.2 on JVM (powered by Quarkus 2.13.3.Final) started in 16.793s. Listening on: https://0.0.0.0:8843
2023-02-08 22:37:44,337 INFO  [io.quarkus] (main) Profile prod activated.
2023-02-08 22:37:44,337 INFO  [io.quarkus] (main) Installed features: [agroal, cdi, hibernate-orm, jdbc-h2, jdbc-mariadb, jdbc-mssql, jdbc-mysql, jdbc-oracle, jdbc-postgresql, keycloak, logging-gelf, narayana-jta, reactive-routes, resteasy, resteasy-jackson, smallrye-context-propagation, smallrye-health, smallrye-metrics, vault, vertx]
2023-02-08 22:37:44,398 ERROR [org.keycloak.services] (main) KC-SERVICES0010: Failed to add user 'admin' to realm 'master': user with username exists

server.log:
2023-02-08 22:37:31,580 WARN  [org.keycloak.protocol.oidc.OIDCLoginProtocolFactory] (main) Deprecated switch 'suppress-logout-confirmation-screen' is enabled. Please try to disable it and update your clients to use OpenID Connect compliant way for RP-initiated logout.
2023-02-08 22:37:32,487 INFO  [org.keycloak.quarkus.runtime.hostname.DefaultHostnameProvider] (main) Hostname settings: Base URL: <unset>, Hostname: minipacs.exactimaging.com, Strict HTTPS: true, Path: <request>, Strict BackChannel: false, Admin URL: <unset>, Admin: <request>, Port: -1, Proxied: false
2023-02-08 22:37:36,147 WARN  [io.quarkus.agroal.runtime.DataSources] (main) Datasource <default> enables XA but transaction recovery is not enabled. Please enable transaction recovery by setting quarkus.transaction-manager.enable-recovery=true, otherwise data may be lost if the application is terminated abruptly
2023-02-08 22:37:39,050 WARN  [org.infinispan.CONFIG] (keycloak-cache-init) ISPN000569: Unable to persist Infinispan internal caches as no global state enabled
2023-02-08 22:37:39,168 WARN  [org.infinispan.PERSISTENCE] (keycloak-cache-init) ISPN000554: jboss-marshalling is deprecated and planned for removal
2023-02-08 22:37:39,200 INFO  [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000556: Starting user marshaller 'org.infinispan.jboss.marshalling.core.JBossUserMarshaller'
2023-02-08 22:37:39,666 INFO  [org.keycloak.broker.provider.AbstractIdentityProviderMapper] (main) Registering class org.keycloak.broker.provider.mappersync.ConfigSyncEventListener
2023-02-08 22:37:39,918 INFO  [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000128: Infinispan version: Infinispan 'Triskaidekaphobia' 13.0.10.Final
2023-02-08 22:37:40,162 INFO  [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000078: Starting JGroups channel `ISPN`
2023-02-08 22:37:40,163 INFO  [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration!
2023-02-08 22:37:40,248 WARN  [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the send buffer of socket MulticastSocket was set to 1.00MB, but the OS only allocated 212.99KB
2023-02-08 22:37:40,248 WARN  [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the receive buffer of socket MulticastSocket was set to 20.00MB, but the OS only allocated 212.99KB
2023-02-08 22:37:40,249 WARN  [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the send buffer of socket MulticastSocket was set to 1.00MB, but the OS only allocated 212.99KB
2023-02-08 22:37:40,249 WARN  [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the receive buffer of socket MulticastSocket was set to 25.00MB, but the OS only allocated 212.99KB
2023-02-08 22:37:42,260 INFO  [org.jgroups.protocols.pbcast.GMS] (keycloak-cache-init) 2db3140dbcef-12817: no members discovered after 2003 ms: creating cluster as coordinator
2023-02-08 22:37:42,270 INFO  [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000094: Received new cluster view for channel ISPN: [2db3140dbcef-12817|0] (1) [2db3140dbcef-12817]
2023-02-08 22:37:42,274 INFO  [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000079: Channel `ISPN` local address is `2db3140dbcef-12817`, physical addresses are `[172.21.0.4:48280]`
2023-02-08 22:37:42,921 INFO  [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (main) Node name: 2db3140dbcef-12817, Site name: null
2023-02-08 22:37:43,914 INFO  [org.keycloak.services] (main) KC-SERVICES0003: Not importing realm dcm4che from file /opt/keycloak/bin/../data/import/dcm4che-realm.json.  It already exists.
2023-02-08 22:37:43,934 INFO  [org.keycloak.services] (main) KC-SERVICES0003: Not importing realm dcm4che from file /opt/keycloak/bin/../data/import/dcm4che-realm.json.  It already exists.
2023-02-08 22:37:44,337 INFO  [io.quarkus] (main) Keycloak 20.0.2 on JVM (powered by Quarkus 2.13.3.Final) started in 16.793s. Listening on: https://0.0.0.0:8843
2023-02-08 22:37:44,337 INFO  [io.quarkus] (main) Profile prod activated.
2023-02-08 22:37:44,337 INFO  [io.quarkus] (main) Installed features: [agroal, cdi, hibernate-orm, jdbc-h2, jdbc-mariadb, jdbc-mssql, jdbc-mysql, jdbc-oracle, jdbc-postgresql, keycloak, logging-gelf, narayana-jta, reactive-routes, resteasy, resteasy-jackson, smallrye-context-propagation, smallrye-health, smallrye-metrics, vault, vertx]
2023-02-08 22:37:44,398 ERROR [org.keycloak.services] (main) KC-SERVICES0010: Failed to add user 'admin' to realm 'master': user with username exists
[root@exact-minipacs dcm4chee-arc]# wc -l wildfly/log/server.log
5752 wildfly/log/server.log
[root@exact-minipacs dcm4chee-arc]# less wildfly/log/server.log
[root@exact-minipacs dcm4chee-arc]# less wildfly/log/server.log.2023-02-08
[root@exact-minipacs dcm4chee-arc]# wc -l wildfly/log/server.log.2023-02-08
2770 wildfly/log/server.log.2023-02-08
[root@exact-minipacs dcm4chee-arc]# less !$
less wildfly/log/server.log.2023-02-08
[root@exact-minipacs dcm4chee-arc]# sed '/22:37:/,$p' !$ | less
sed '/22:37:/,$p' wildfly/log/server.log.2023-02-08 | less
[root@exact-minipacs dcm4chee-arc]# sed '/ 22:37:/,$p' wildfly/log/server.log.2023-02-08 | less
[root@exact-minipacs dcm4chee-arc]# sed -n '/22:37:/,$p' wildfly/log/server.log.2023-02-08 | less
[root@exact-minipacs dcm4chee-arc]# sed -n '/22:37:/,$p' wildfly/log/server.log.2023-02-08 | wc -l
1338
[root@exact-minipacs dcm4chee-arc]# sed -n '/22:37:/,$p' wildfly/log/server.log.2023-02-08 | less
[root@exact-minipacs dcm4chee-arc]# sed -n '/22:37:/,$p' wildfly/log/server.log.2023-02-08 | head -500 | less
[root@exact-minipacs dcm4chee-arc]# sed -n '/22:37:/,$p' wildfly/log/server.log.2023-02-08 | head -600 | less
[root@exact-minipacs dcm4chee-arc]# sed -n '/22:37:/,$p' wildfly/log/server.log.2023-02-08 | head -550 | less
[root@exact-minipacs dcm4chee-arc]# sed -n '/22:37:/,$p' wildfly/log/server.log.2023-02-08 | head -550
2023-02-08 22:37:06,949 INFO  [org.jboss.modules] (main) JBoss Modules version 2.0.2.Final
2023-02-08 22:37:08,211 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.13.Final
2023-02-08 22:37:08,235 INFO  [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
2023-02-08 22:37:08,601 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0049: WildFly Full 26.1.2.Final (WildFly Core 18.1.2.Final) starting
2023-02-08 22:37:08,616 DEBUG [org.jboss.as.config] (MSC service thread 1-3) Configured system properties:
        [Standalone] =
        awt.toolkit = sun.awt.X11.XToolkit
        file.encoding = UTF-8
        file.separator = /
        java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
        java.awt.headless = true
        java.awt.printerjob = sun.print.PSPrinterJob
        java.class.path = /opt/wildfly/jboss-modules.jar
        java.class.version = 55.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 = 11.0.17+8
        java.specification.name = Java Platform API Specification
        java.specification.vendor = Oracle Corporation
        java.specification.version = 11
        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-11.0.17+8
        java.version = 11.0.17
        java.version.date = 2022-10-18
        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 = 11
        java.vm.vendor = Eclipse Adoptium
        java.vm.version = 11.0.17+8
        javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
        jboss.bind.address = 0.0.0.0
        jboss.bind.address.management = 0.0.0.0
        jboss.home.dir = /opt/wildfly
        jboss.host.name = fe93c71463c6
        jboss.http.port = 8080
        jboss.https.port = 8443
        jboss.management.http.port = 9990
        jboss.management.https.port = 9993
        jboss.modules.dir = /opt/wildfly/modules
        jboss.modules.system.pkgs = org.jboss.byteman
        jboss.node.name = fe93c71463c6
        jboss.qualified.host.name = fe93c71463c6
        jboss.redirect.https.port = 8443
        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 = fe93c71463c6
        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
        org.jboss.boot.log.file = /opt/wildfly/standalone/log/server.log
        org.jboss.resolver.warning = true
        os.arch = amd64
        os.name = Linux
        os.version = 5.14.0-162.12.1.el9_1.0.2.x86_64
        path.separator = :
        sun.arch.data.model = 64
        sun.boot.library.path = /opt/java/openjdk/lib
        sun.cpu.endian = little
        sun.cpu.isalist =
        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 -b 0.0.0.0 -bmanagement 0.0.0.0 -c dcm4chee-arc-oidc.xml -Djboss.management.http.port=9990 -Djboss.management.https.port=9993 -Djboss.http.port=8080 -Djboss.https.port=8443 -Djboss.redirect.https.port=8443
        sun.java.launcher = SUN_STANDARD
        sun.jnu.encoding = UTF-8
        sun.management.compiler = HotSpot 64-Bit Tiered Compilers
        sun.os.patch.level = unknown
        user.country = US
        user.dir = /
        user.home = /opt/wildfly
        user.language = en
        user.name = wildfly
        user.timezone = America/Toronto
2023-02-08 22:37:08,619 DEBUG [org.jboss.as.config] (MSC service thread 1-3) 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 -Dorg.jboss.boot.log.file=/opt/wildfly/standalone/log/server.log -Dlogging.configuration=file:/opt/wildfly/standalone/configuration/logging.properties
2023-02-08 22:37:10,713 INFO  [org.wildfly.security] (ServerService Thread Pool -- 26) ELY00001: WildFly Elytron version 1.19.1.Final
2023-02-08 22:37:12,318 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-02-08 22:37:12,400 INFO  [org.xnio] (MSC service thread 1-5) XNIO version 3.8.7.Final
2023-02-08 22:37:12,416 INFO  [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.8.7.Final
2023-02-08 22:37:12,525 INFO  [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 5.0.25.Final
2023-02-08 22:37:12,699 INFO  [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 53) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
2023-02-08 22:37:12,729 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 55) WFLYCLINF0001: Activating Infinispan subsystem.
2023-02-08 22:37:12,771 INFO  [org.wildfly.extension.health] (ServerService Thread Pool -- 54) WFLYHEALTH0001: Activating Base Health Subsystem
2023-02-08 22:37:12,758 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 57) WFLYRS0016: RESTEasy version 4.7.7.Final
2023-02-08 22:37:12,802 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 56) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
2023-02-08 22:37:12,818 INFO  [org.jboss.as.connector] (MSC service thread 1-5) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.3.Final)
2023-02-08 22:37:12,809 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 62) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main]
2023-02-08 22:37:12,917 INFO  [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 65) WFLYCONF0001: Activating MicroProfile Config Subsystem
2023-02-08 22:37:12,940 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 68) WFLYNAM0001: Activating Naming Subsystem
2023-02-08 22:37:12,992 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 77) WFLYWS0002: Activating WebServices Extension
2023-02-08 22:37:12,837 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 45) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
2023-02-08 22:37:12,967 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-02-08 22:37:13,028 INFO  [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 66) WFLYJWT0001: Activating MicroProfile JWT Subsystem
2023-02-08 22:37:13,028 INFO  [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 67) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
2023-02-08 22:37:13,032 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = h2
2023-02-08 22:37:13,131 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-02-08 22:37:13,159 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = psql
2023-02-08 22:37:13,160 INFO  [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service
2023-02-08 22:37:13,168 INFO  [org.wildfly.extension.metrics] (ServerService Thread Pool -- 64) WFLYMETRICS0001: Activating Base Metrics Subsystem
2023-02-08 22:37:13,180 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
2023-02-08 22:37:13,407 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0003: Undertow 2.2.19.Final starting
2023-02-08 22:37:13,650 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
2023-02-08 22:37:13,651 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
2023-02-08 22:37:14,332 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-02-08 22:37:14,371 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-02-08 22:37:14,602 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0012: Started server default-server.
2023-02-08 22:37:14,607 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) Queuing requests.
2023-02-08 22:37:14,613 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0018: Host default-host starting
2023-02-08 22:37:14,747 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:8080
2023-02-08 22:37:14,768 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
2023-02-08 22:37:14,889 INFO  [org.jboss.as.patching] (MSC service thread 1-5) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
2023-02-08 22:37:14,957 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "dcm4chee-arc-ear-5.29.1-psql-secure.ear" (runtime-name: "dcm4chee-arc-ear-5.29.1-psql-secure.ear")
2023-02-08 22:37:14,968 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "dcm4chee-arc-ui2-5.29.1-secure.war" (runtime-name: "dcm4chee-arc-ui2-5.29.1-secure.war")
2023-02-08 22:37:14,983 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/wildfly/standalone/deployments
2023-02-08 22:37:15,000 INFO  [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-6) IJ020018: Enabling <validate-on-match> for java:/PacsDS
2023-02-08 22:37:15,223 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:/PacsDS]
2023-02-08 22:37:15,223 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
2023-02-08 22:37:15,837 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:8443
2023-02-08 22:37:16,228 INFO  [org.jboss.ws.common.management] (MSC service thread 1-5) JBWS022052: Starting JBossWS 5.5.0.Final (Apache CXF 3.4.7)
2023-02-08 22:37:17,155 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-patient-5.29.1.jar")
2023-02-08 22:37:17,156 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-proxy-5.29.1-secure.war")
2023-02-08 22:37:17,156 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-retrieve-xdsi-5.29.1.war")
2023-02-08 22:37:17,156 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-pdq-scheduler-5.29.1.jar")
2023-02-08 22:37:17,156 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-ups-5.29.1.jar")
2023-02-08 22:37:17,156 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-hl7-psu-5.29.1.jar")
2023-02-08 22:37:17,156 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-mpps-5.29.1.jar")
2023-02-08 22:37:17,156 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-qmgt-5.29.1.jar")
2023-02-08 22:37:17,157 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-study-5.29.1.jar")
2023-02-08 22:37:17,157 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-xsl-cda-5.29.1.war")
2023-02-08 22:37:17,157 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-stgcmt-5.29.1.jar")
2023-02-08 22:37:17,158 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-retrieve-mgt-5.29.1.jar")
2023-02-08 22:37:17,158 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-delete-5.29.1.jar")
2023-02-08 22:37:17,158 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-id-5.29.1.jar")
2023-02-08 22:37:17,159 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-export-mgt-5.29.1.jar")
2023-02-08 22:37:17,159 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-restore-5.29.1.jar")
2023-02-08 22:37:17,159 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-metadata-5.29.1.jar")
2023-02-08 22:37:17,160 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-retrieve-5.29.1.jar")
2023-02-08 22:37:17,160 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-study-size-5.29.1.jar")
2023-02-08 22:37:17,160 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-hl7-5.29.1.jar")
2023-02-08 22:37:17,160 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-query-5.29.1.jar")
2023-02-08 22:37:17,161 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-procedure-5.29.1.jar")
2023-02-08 22:37:17,155 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-code-5.29.1.jar")
2023-02-08 22:37:17,161 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-export-storage-5.29.1.jar")
2023-02-08 22:37:17,161 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-ian-scu-5.29.1.jar")
2023-02-08 22:37:17,162 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-war-5.29.1-secure.war")
2023-02-08 22:37:17,162 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-diff-5.29.1.jar")
2023-02-08 22:37:17,157 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-keyvalue-5.29.1.jar")
2023-02-08 22:37:17,161 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-store-5.29.1.jar")
2023-02-08 22:37:17,316 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-mpps-scu-5.29.1.jar")
2023-02-08 22:37:17,320 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-service-5.29.1.jar")
2023-02-08 22:37:17,321 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-compress-5.29.1.jar")
2023-02-08 22:37:17,853 INFO  [org.jboss.as.jpa] (MSC service thread 1-5) WFLYJPA0002: Read persistence.xml for dcm4chee-arc
2023-02-08 22:37:17,833 INFO  [org.jboss.keycloak] (MSC service thread 1-7) Keycloak subsystem override for deployment dcm4chee-arc-ui2-5.29.1-secure.war
2023-02-08 22:37:17,857 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment dcm4chee-arc-ui2-5.29.1-secure.war
2023-02-08 22:37:18,699 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-7) HV000001: Hibernate Validator 6.0.23.Final
2023-02-08 22:37:20,295 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.dcm4chee-arc-ear-5.29.1-psql-secure.ear" is using a private module ("org.apache.cxf.impl") which may be changed or removed in future versions without notice.
2023-02-08 22:37:20,403 INFO  [org.jipijapa] (MSC service thread 1-6) JIPIORMV53020253: Second level cache enabled for dcm4chee-arc-ear-5.29.1-psql-secure.ear#dcm4chee-arc
2023-02-08 22:37:20,465 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment dcm4chee-arc-ear-5.29.1-psql-secure.ear
2023-02-08 22:37:20,763 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-7) No shutdown hook registered: Please call close() manually on application shutdown.
2023-02-08 22:37:20,768 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=dcm4chee-arc-ui2-5.29.1-secure.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@7f516b7d, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=false, tags={sampler.type=const, sampler.param=false}), tags={hostname=fe93c71463c6, jaeger.version=Java-1.6.0, ip=172.21.0.5}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
2023-02-08 22:37:21,221 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment dcm4chee-arc-restore-5.29.1.jar
2023-02-08 22:37:21,224 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment dcm4chee-arc-diff-5.29.1.jar
2023-02-08 22:37:21,232 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment dcm4chee-arc-patient-5.29.1.jar
2023-02-08 22:37:21,234 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment dcm4chee-arc-service-5.29.1.jar
2023-02-08 22:37:21,289 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-7) WFLYEJB0473: JNDI bindings for session bean named 'DiffServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-diff-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-diff-5.29.1/DiffServiceEJB!org.dcm4chee.arc.diff.impl.DiffServiceEJB
        java:app/dcm4chee-arc-diff-5.29.1/DiffServiceEJB!org.dcm4chee.arc.diff.impl.DiffServiceEJB
        java:module/DiffServiceEJB!org.dcm4chee.arc.diff.impl.DiffServiceEJB
        java:global/dcm4chee-arc/dcm4chee-arc-diff-5.29.1/DiffServiceEJB
        java:app/dcm4chee-arc-diff-5.29.1/DiffServiceEJB
        java:module/DiffServiceEJB

2023-02-08 22:37:21,299 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment dcm4chee-arc-mpps-5.29.1.jar
2023-02-08 22:37:21,306 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment dcm4chee-arc-store-5.29.1.jar
2023-02-08 22:37:21,311 INFO  [org.jboss.weld.Version] (MSC service thread 1-8) WELD-000900: 3.1.9 (Final)
2023-02-08 22:37:21,294 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-5) WFLYEJB0473: JNDI bindings for session bean named 'RestoreFromMetadataEJB' in deployment unit 'subdeployment "dcm4chee-arc-restore-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-restore-5.29.1/RestoreFromMetadataEJB!org.dcm4chee.arc.restore.RestoreFromMetadata
        java:app/dcm4chee-arc-restore-5.29.1/RestoreFromMetadataEJB!org.dcm4chee.arc.restore.RestoreFromMetadata
        java:module/RestoreFromMetadataEJB!org.dcm4chee.arc.restore.RestoreFromMetadata
        java:global/dcm4chee-arc/dcm4chee-arc-restore-5.29.1/RestoreFromMetadataEJB
        java:app/dcm4chee-arc-restore-5.29.1/RestoreFromMetadataEJB
        java:module/RestoreFromMetadataEJB

2023-02-08 22:37:21,310 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'PatientServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-patient-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-patient-5.29.1/PatientServiceEJB!org.dcm4chee.arc.patient.impl.PatientServiceEJB
        java:app/dcm4chee-arc-patient-5.29.1/PatientServiceEJB!org.dcm4chee.arc.patient.impl.PatientServiceEJB
        java:module/PatientServiceEJB!org.dcm4chee.arc.patient.impl.PatientServiceEJB
        java:global/dcm4chee-arc/dcm4chee-arc-patient-5.29.1/PatientServiceEJB
        java:app/dcm4chee-arc-patient-5.29.1/PatientServiceEJB
        java:module/PatientServiceEJB

2023-02-08 22:37:21,305 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'MPPSServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-mpps-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-mpps-5.29.1/MPPSServiceEJB!org.dcm4chee.arc.mpps.impl.MPPSServiceEJB
        java:app/dcm4chee-arc-mpps-5.29.1/MPPSServiceEJB!org.dcm4chee.arc.mpps.impl.MPPSServiceEJB
        java:module/MPPSServiceEJB!org.dcm4chee.arc.mpps.impl.MPPSServiceEJB
        java:global/dcm4chee-arc/dcm4chee-arc-mpps-5.29.1/MPPSServiceEJB
        java:app/dcm4chee-arc-mpps-5.29.1/MPPSServiceEJB
        java:module/MPPSServiceEJB

2023-02-08 22:37:21,329 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'ArchiveServiceImpl' in deployment unit 'subdeployment "dcm4chee-arc-service-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-service-5.29.1/ArchiveServiceImpl!org.dcm4chee.arc.ArchiveService
        java:app/dcm4chee-arc-service-5.29.1/ArchiveServiceImpl!org.dcm4chee.arc.ArchiveService
        java:module/ArchiveServiceImpl!org.dcm4chee.arc.ArchiveService
        java:global/dcm4chee-arc/dcm4chee-arc-service-5.29.1/ArchiveServiceImpl
        java:app/dcm4chee-arc-service-5.29.1/ArchiveServiceImpl
        java:module/ArchiveServiceImpl

2023-02-08 22:37:21,311 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'StoreServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-store-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-store-5.29.1/StoreServiceEJB!org.dcm4chee.arc.store.impl.StoreServiceEJB
        java:app/dcm4chee-arc-store-5.29.1/StoreServiceEJB!org.dcm4chee.arc.store.impl.StoreServiceEJB
        java:module/StoreServiceEJB!org.dcm4chee.arc.store.impl.StoreServiceEJB
        java:global/dcm4chee-arc/dcm4chee-arc-store-5.29.1/StoreServiceEJB
        java:app/dcm4chee-arc-store-5.29.1/StoreServiceEJB
        java:module/StoreServiceEJB

2023-02-08 22:37:21,348 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment dcm4chee-arc-keyvalue-5.29.1.jar
2023-02-08 22:37:21,350 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'KeyValueServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-keyvalue-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-keyvalue-5.29.1/KeyValueServiceEJB!org.dcm4chee.arc.keyvalue.KeyValueService
        java:app/dcm4chee-arc-keyvalue-5.29.1/KeyValueServiceEJB!org.dcm4chee.arc.keyvalue.KeyValueService
        java:module/KeyValueServiceEJB!org.dcm4chee.arc.keyvalue.KeyValueService
        java:global/dcm4chee-arc/dcm4chee-arc-keyvalue-5.29.1/KeyValueServiceEJB
        java:app/dcm4chee-arc-keyvalue-5.29.1/KeyValueServiceEJB
        java:module/KeyValueServiceEJB

2023-02-08 22:37:21,437 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,448 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment dcm4chee-arc-proxy-5.29.1-secure.war
2023-02-08 22:37:21,519 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,518 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,541 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment dcm4chee-arc-metadata-5.29.1.jar
2023-02-08 22:37:21,562 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-6) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,588 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,591 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'UpdateMetadataEJB' in deployment unit 'subdeployment "dcm4chee-arc-metadata-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-metadata-5.29.1/UpdateMetadataEJB!org.dcm4chee.arc.metadata.UpdateMetadataEJB
        java:app/dcm4chee-arc-metadata-5.29.1/UpdateMetadataEJB!org.dcm4chee.arc.metadata.UpdateMetadataEJB
        java:module/UpdateMetadataEJB!org.dcm4chee.arc.metadata.UpdateMetadataEJB
        java:global/dcm4chee-arc/dcm4chee-arc-metadata-5.29.1/UpdateMetadataEJB
        java:app/dcm4chee-arc-metadata-5.29.1/UpdateMetadataEJB
        java:module/UpdateMetadataEJB

2023-02-08 22:37:21,593 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,598 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-5) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,602 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,607 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment dcm4chee-arc-export-mgt-5.29.1.jar
2023-02-08 22:37:21,622 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment dcm4chee-arc-xsl-cda-5.29.1.war
2023-02-08 22:37:21,643 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment dcm4chee-arc-retrieve-xdsi-5.29.1.war
2023-02-08 22:37:21,666 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'ExportManagerEJB' in deployment unit 'subdeployment "dcm4chee-arc-export-mgt-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-export-mgt-5.29.1/ExportManagerEJB!org.dcm4chee.arc.export.mgt.ExportManager
        java:app/dcm4chee-arc-export-mgt-5.29.1/ExportManagerEJB!org.dcm4chee.arc.export.mgt.ExportManager
        java:module/ExportManagerEJB!org.dcm4chee.arc.export.mgt.ExportManager
        java:global/dcm4chee-arc/dcm4chee-arc-export-mgt-5.29.1/ExportManagerEJB
        java:app/dcm4chee-arc-export-mgt-5.29.1/ExportManagerEJB
        java:module/ExportManagerEJB

2023-02-08 22:37:21,678 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment dcm4chee-arc-code-5.29.1.jar
2023-02-08 22:37:21,680 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-7) WFLYEJB0473: JNDI bindings for session bean named 'CodeServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-code-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-code-5.29.1/CodeServiceEJB!org.dcm4chee.arc.code.impl.CodeServiceEJB
        java:app/dcm4chee-arc-code-5.29.1/CodeServiceEJB!org.dcm4chee.arc.code.impl.CodeServiceEJB
        java:module/CodeServiceEJB!org.dcm4chee.arc.code.impl.CodeServiceEJB
        java:global/dcm4chee-arc/dcm4chee-arc-code-5.29.1/CodeServiceEJB
        java:app/dcm4chee-arc-code-5.29.1/CodeServiceEJB
        java:module/CodeServiceEJB

2023-02-08 22:37:21,686 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment dcm4chee-arc-hl7-psu-5.29.1.jar
2023-02-08 22:37:21,689 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'HL7PSUEJB' in deployment unit 'subdeployment "dcm4chee-arc-hl7-psu-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-hl7-psu-5.29.1/HL7PSUEJB!org.dcm4chee.arc.hl7.psu.HL7PSUEJB
        java:app/dcm4chee-arc-hl7-psu-5.29.1/HL7PSUEJB!org.dcm4chee.arc.hl7.psu.HL7PSUEJB
        java:module/HL7PSUEJB!org.dcm4chee.arc.hl7.psu.HL7PSUEJB
        java:global/dcm4chee-arc/dcm4chee-arc-hl7-psu-5.29.1/HL7PSUEJB
        java:app/dcm4chee-arc-hl7-psu-5.29.1/HL7PSUEJB
        java:module/HL7PSUEJB

2023-02-08 22:37:21,720 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,728 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,739 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-6) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,767 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment dcm4chee-arc-pdq-scheduler-5.29.1.jar
2023-02-08 22:37:21,770 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-7) WFLYEJB0473: JNDI bindings for session bean named 'PatientVerificationEJB' in deployment unit 'subdeployment "dcm4chee-arc-pdq-scheduler-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-pdq-scheduler-5.29.1/PatientVerificationEJB!org.dcm4chee.arc.pdq.scheduler.PatientVerificationEJB
        java:app/dcm4chee-arc-pdq-scheduler-5.29.1/PatientVerificationEJB!org.dcm4chee.arc.pdq.scheduler.PatientVerificationEJB
        java:module/PatientVerificationEJB!org.dcm4chee.arc.pdq.scheduler.PatientVerificationEJB
        java:global/dcm4chee-arc/dcm4chee-arc-pdq-scheduler-5.29.1/PatientVerificationEJB
        java:app/dcm4chee-arc-pdq-scheduler-5.29.1/PatientVerificationEJB
        java:module/PatientVerificationEJB

2023-02-08 22:37:21,784 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment dcm4chee-arc-stgcmt-5.29.1.jar
2023-02-08 22:37:21,785 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment dcm4chee-arc-compress-5.29.1.jar
2023-02-08 22:37:21,786 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'StgCmtEJB' in deployment unit 'subdeployment "dcm4chee-arc-stgcmt-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-stgcmt-5.29.1/StgCmtEJB!org.dcm4chee.arc.stgcmt.impl.StgCmtEJB
        java:app/dcm4chee-arc-stgcmt-5.29.1/StgCmtEJB!org.dcm4chee.arc.stgcmt.impl.StgCmtEJB
        java:module/StgCmtEJB!org.dcm4chee.arc.stgcmt.impl.StgCmtEJB
        java:global/dcm4chee-arc/dcm4chee-arc-stgcmt-5.29.1/StgCmtEJB
        java:app/dcm4chee-arc-stgcmt-5.29.1/StgCmtEJB
        java:module/StgCmtEJB

2023-02-08 22:37:21,792 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-8) WFLYEJB0473: JNDI bindings for session bean named 'CompressionEJB' in deployment unit 'subdeployment "dcm4chee-arc-compress-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-compress-5.29.1/CompressionEJB!org.dcm4chee.arc.compress.impl.CompressionEJB
        java:app/dcm4chee-arc-compress-5.29.1/CompressionEJB!org.dcm4chee.arc.compress.impl.CompressionEJB
        java:module/CompressionEJB!org.dcm4chee.arc.compress.impl.CompressionEJB
        java:global/dcm4chee-arc/dcm4chee-arc-compress-5.29.1/CompressionEJB
        java:app/dcm4chee-arc-compress-5.29.1/CompressionEJB
        java:module/CompressionEJB

2023-02-08 22:37:21,793 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment dcm4chee-arc-query-5.29.1.jar
2023-02-08 22:37:21,840 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment dcm4chee-arc-retrieve-5.29.1.jar
2023-02-08 22:37:21,843 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'RetrieveServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-retrieve-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-retrieve-5.29.1/RetrieveServiceEJB!org.dcm4chee.arc.retrieve.impl.RetrieveServiceEJB
        java:app/dcm4chee-arc-retrieve-5.29.1/RetrieveServiceEJB!org.dcm4chee.arc.retrieve.impl.RetrieveServiceEJB
        java:module/RetrieveServiceEJB!org.dcm4chee.arc.retrieve.impl.RetrieveServiceEJB
        java:global/dcm4chee-arc/dcm4chee-arc-retrieve-5.29.1/RetrieveServiceEJB
        java:app/dcm4chee-arc-retrieve-5.29.1/RetrieveServiceEJB
        java:module/RetrieveServiceEJB

2023-02-08 22:37:21,918 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'QuerySizeEJB' in deployment unit 'subdeployment "dcm4chee-arc-query-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-query-5.29.1/QuerySizeEJB!org.dcm4chee.arc.query.impl.QuerySizeEJB
        java:app/dcm4chee-arc-query-5.29.1/QuerySizeEJB!org.dcm4chee.arc.query.impl.QuerySizeEJB
        java:module/QuerySizeEJB!org.dcm4chee.arc.query.impl.QuerySizeEJB
        java:global/dcm4chee-arc/dcm4chee-arc-query-5.29.1/QuerySizeEJB
        java:app/dcm4chee-arc-query-5.29.1/QuerySizeEJB
        java:module/QuerySizeEJB

2023-02-08 22:37:21,918 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'QueryAttributesEJB' in deployment unit 'subdeployment "dcm4chee-arc-query-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-query-5.29.1/QueryAttributesEJB!org.dcm4chee.arc.query.impl.QueryAttributesEJB
        java:app/dcm4chee-arc-query-5.29.1/QueryAttributesEJB!org.dcm4chee.arc.query.impl.QueryAttributesEJB
        java:module/QueryAttributesEJB!org.dcm4chee.arc.query.impl.QueryAttributesEJB
        java:global/dcm4chee-arc/dcm4chee-arc-query-5.29.1/QueryAttributesEJB
        java:app/dcm4chee-arc-query-5.29.1/QueryAttributesEJB
        java:module/QueryAttributesEJB

2023-02-08 22:37:21,918 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'QueryServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-query-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-query-5.29.1/QueryServiceEJB!org.dcm4chee.arc.query.impl.QueryServiceEJB
        java:app/dcm4chee-arc-query-5.29.1/QueryServiceEJB!org.dcm4chee.arc.query.impl.QueryServiceEJB
        java:module/QueryServiceEJB!org.dcm4chee.arc.query.impl.QueryServiceEJB
        java:global/dcm4chee-arc/dcm4chee-arc-query-5.29.1/QueryServiceEJB
        java:app/dcm4chee-arc-query-5.29.1/QueryServiceEJB
        java:module/QueryServiceEJB

2023-02-08 22:37:21,919 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'RunInTransaction' in deployment unit 'subdeployment "dcm4chee-arc-query-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-query-5.29.1/RunInTransaction!org.dcm4chee.arc.query.RunInTransaction
        java:app/dcm4chee-arc-query-5.29.1/RunInTransaction!org.dcm4chee.arc.query.RunInTransaction
        java:module/RunInTransaction!org.dcm4chee.arc.query.RunInTransaction
        java:global/dcm4chee-arc/dcm4chee-arc-query-5.29.1/RunInTransaction
        java:app/dcm4chee-arc-query-5.29.1/RunInTransaction
        java:module/RunInTransaction

2023-02-08 22:37:21,951 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-6) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,953 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,954 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment dcm4chee-arc-hl7-5.29.1.jar
2023-02-08 22:37:21,952 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment dcm4chee-arc-mpps-scu-5.29.1.jar
2023-02-08 22:37:21,958 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-8) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,963 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment dcm4chee-arc-study-5.29.1.jar
2023-02-08 22:37:21,967 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-8) WFLYEJB0473: JNDI bindings for session bean named 'StudyServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-study-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-study-5.29.1/StudyServiceEJB!org.dcm4chee.arc.study.impl.StudyServiceEJB
        java:app/dcm4chee-arc-study-5.29.1/StudyServiceEJB!org.dcm4chee.arc.study.impl.StudyServiceEJB
        java:module/StudyServiceEJB!org.dcm4chee.arc.study.impl.StudyServiceEJB
        java:global/dcm4chee-arc/dcm4chee-arc-study-5.29.1/StudyServiceEJB
        java:app/dcm4chee-arc-study-5.29.1/StudyServiceEJB
        java:module/StudyServiceEJB

2023-02-08 22:37:21,941 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-3) No shutdown hook registered: Please call close() manually on application shutdown.
2023-02-08 22:37:21,979 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=dcm4chee-arc-ear-5.29.1-psql-secure.ear!dcm4chee-arc-proxy-5.29.1-secure.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@62c6a052, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=false, tags={sampler.type=const, sampler.param=false}), tags={hostname=fe93c71463c6, jaeger.version=Java-1.6.0, ip=172.21.0.5}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
2023-02-08 22:37:21,980 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-8) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,981 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment dcm4chee-arc-id-5.29.1.jar
2023-02-08 22:37:21,983 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:21,985 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment dcm4chee-arc-ian-scu-5.29.1.jar
2023-02-08 22:37:21,987 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-8) WFLYEJB0473: JNDI bindings for session bean named 'IANEJB' in deployment unit 'subdeployment "dcm4chee-arc-ian-scu-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-ian-scu-5.29.1/IANEJB!org.dcm4chee.arc.ian.scu.impl.IANEJB
        java:app/dcm4chee-arc-ian-scu-5.29.1/IANEJB!org.dcm4chee.arc.ian.scu.impl.IANEJB
        java:module/IANEJB!org.dcm4chee.arc.ian.scu.impl.IANEJB
        java:global/dcm4chee-arc/dcm4chee-arc-ian-scu-5.29.1/IANEJB
        java:app/dcm4chee-arc-ian-scu-5.29.1/IANEJB
        java:module/IANEJB

2023-02-08 22:37:21,991 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'IDServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-id-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-id-5.29.1/IDServiceEJB!org.dcm4chee.arc.id.impl.IDServiceEJB
        java:app/dcm4chee-arc-id-5.29.1/IDServiceEJB!org.dcm4chee.arc.id.impl.IDServiceEJB
        java:module/IDServiceEJB!org.dcm4chee.arc.id.impl.IDServiceEJB
        java:global/dcm4chee-arc/dcm4chee-arc-id-5.29.1/IDServiceEJB
        java:app/dcm4chee-arc-id-5.29.1/IDServiceEJB
        java:module/IDServiceEJB

2023-02-08 22:37:22,007 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:22,018 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-8) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:22,023 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:22,033 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-4) No shutdown hook registered: Please call close() manually on application shutdown.
2023-02-08 22:37:22,033 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=dcm4chee-arc-ear-5.29.1-psql-secure.ear!dcm4chee-arc-retrieve-xdsi-5.29.1.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@4b02c1d5, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=false, tags={sampler.type=const, sampler.param=false}), tags={hostname=fe93c71463c6, jaeger.version=Java-1.6.0, ip=172.21.0.5}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
2023-02-08 22:37:22,034 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-6) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:22,034 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment dcm4chee-arc-study-size-5.29.1.jar
2023-02-08 22:37:22,035 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment dcm4chee-arc-export-storage-5.29.1.jar
2023-02-08 22:37:22,052 INFO  [org.jboss.keycloak] (MSC service thread 1-1) Keycloak subsystem override for deployment dcm4chee-arc-war-5.29.1-secure.war
2023-02-08 22:37:22,066 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment dcm4chee-arc-war-5.29.1-secure.war
2023-02-08 22:37:22,069 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:22,093 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-6) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:22,095 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:22,100 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment dcm4chee-arc-procedure-5.29.1.jar
2023-02-08 22:37:22,137 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-8) WFLYEJB0473: JNDI bindings for session bean named 'ProcedureServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-procedure-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-procedure-5.29.1/ProcedureServiceEJB!org.dcm4chee.arc.procedure.impl.ProcedureServiceEJB
        java:app/dcm4chee-arc-procedure-5.29.1/ProcedureServiceEJB!org.dcm4chee.arc.procedure.impl.ProcedureServiceEJB
        java:module/ProcedureServiceEJB!org.dcm4chee.arc.procedure.impl.ProcedureServiceEJB
        java:global/dcm4chee-arc/dcm4chee-arc-procedure-5.29.1/ProcedureServiceEJB
        java:app/dcm4chee-arc-procedure-5.29.1/ProcedureServiceEJB
        java:module/ProcedureServiceEJB

2023-02-08 22:37:22,136 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment dcm4chee-arc-retrieve-mgt-5.29.1.jar
2023-02-08 22:37:22,130 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment dcm4chee-arc-delete-5.29.1.jar
2023-02-08 22:37:22,154 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-7) WFLYEJB0473: JNDI bindings for session bean named 'DeletionServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-delete-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-delete-5.29.1/DeletionServiceEJB!org.dcm4chee.arc.delete.impl.DeletionServiceEJB
        java:app/dcm4chee-arc-delete-5.29.1/DeletionServiceEJB!org.dcm4chee.arc.delete.impl.DeletionServiceEJB
        java:module/DeletionServiceEJB!org.dcm4chee.arc.delete.impl.DeletionServiceEJB
        java:global/dcm4chee-arc/dcm4chee-arc-delete-5.29.1/DeletionServiceEJB
        java:app/dcm4chee-arc-delete-5.29.1/DeletionServiceEJB
        java:module/DeletionServiceEJB

2023-02-08 22:37:22,158 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment dcm4chee-arc-qmgt-5.29.1.jar
2023-02-08 22:37:22,158 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'RetrieveManagerEJB' in deployment unit 'subdeployment "dcm4chee-arc-retrieve-mgt-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-retrieve-mgt-5.29.1/RetrieveManagerEJB!org.dcm4chee.arc.retrieve.mgt.impl.RetrieveManagerEJB
        java:app/dcm4chee-arc-retrieve-mgt-5.29.1/RetrieveManagerEJB!org.dcm4chee.arc.retrieve.mgt.impl.RetrieveManagerEJB
        java:module/RetrieveManagerEJB!org.dcm4chee.arc.retrieve.mgt.impl.RetrieveManagerEJB
        java:global/dcm4chee-arc/dcm4chee-arc-retrieve-mgt-5.29.1/RetrieveManagerEJB
        java:app/dcm4chee-arc-retrieve-mgt-5.29.1/RetrieveManagerEJB
        java:module/RetrieveManagerEJB

2023-02-08 22:37:22,158 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment dcm4chee-arc-ups-5.29.1.jar
2023-02-08 22:37:22,160 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'TaskManagerEJB' in deployment unit 'subdeployment "dcm4chee-arc-qmgt-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-qmgt-5.29.1/TaskManagerEJB!org.dcm4chee.arc.qmgt.impl.TaskManagerEJB
        java:app/dcm4chee-arc-qmgt-5.29.1/TaskManagerEJB!org.dcm4chee.arc.qmgt.impl.TaskManagerEJB
        java:module/TaskManagerEJB!org.dcm4chee.arc.qmgt.impl.TaskManagerEJB
        java:global/dcm4chee-arc/dcm4chee-arc-qmgt-5.29.1/TaskManagerEJB
        java:app/dcm4chee-arc-qmgt-5.29.1/TaskManagerEJB
        java:module/TaskManagerEJB

2023-02-08 22:37:22,242 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'UPSServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-ups-5.29.1.jar" of deployment "dcm4chee-arc-ear-5.29.1-psql-secure.ear"' are as follows:

        java:global/dcm4chee-arc/dcm4chee-arc-ups-5.29.1/UPSServiceEJB!org.dcm4chee.arc.ups.impl.UPSServiceEJB
        java:app/dcm4chee-arc-ups-5.29.1/UPSServiceEJB!org.dcm4chee.arc.ups.impl.UPSServiceEJB
        java:module/UPSServiceEJB!org.dcm4chee.arc.ups.impl.UPSServiceEJB
        java:global/dcm4chee-arc/dcm4chee-arc-ups-5.29.1/UPSServiceEJB
        java:app/dcm4chee-arc-ups-5.29.1/UPSServiceEJB
        java:module/UPSServiceEJB

2023-02-08 22:37:22,244 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-8) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:22,266 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-5) No shutdown hook registered: Please call close() manually on application shutdown.
2023-02-08 22:37:22,266 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-5) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=dcm4chee-arc-ear-5.29.1-psql-secure.ear!dcm4chee-arc-xsl-cda-5.29.1.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@2440730e, closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=fe93c71463c6, jaeger.version=Java-1.6.0, ip=172.21.0.5}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
2023-02-08 22:37:22,293 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:22,294 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:22,297 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:22,298 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-6) WFLYTRAC0001: Tracer initialized: NoopTracer
2023-02-08 22:37:22,526 INFO  [org.infinispan.CONTAINER] (ServerService Thread Pool -- 81) ISPN000128: Infinispan version: Infinispan 'Triskaidekaphobia' 13.0.10.Final
2023-02-08 22:37:22,612 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
2023-02-08 22:37:22,612 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=dcm4chee-arc-ear-5.29.1-psql-secure.ear!dcm4chee-arc-war-5.29.1-secure.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@4dcdb6f7, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=false, tags={sampler.type=const, sampler.param=false}), tags={hostname=fe93c71463c6, jaeger.version=Java-1.6.0, ip=172.21.0.5}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
2023-02-08 22:37:22,620 INFO  [org.jipijapa] (MSC service thread 1-7) JIPIORMV53020253: Second level cache enabled for dcm4chee-arc-ear-5.29.1-psql-secure.ear#dcm4chee-arc
2023-02-08 22:37:22,934 INFO  [org.infinispan.CONTAINER] (ServerService Thread Pool -- 81) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller'
2023-02-08 22:37:22,934 INFO  [org.infinispan.CONTAINER] (ServerService Thread Pool -- 80) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller'
2023-02-08 22:37:24,653 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 80) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'dcm4chee-arc-ear-5.29.1-psql-secure.ear#dcm4chee-arc'
2023-02-08 22:37:24,679 INFO  [org.infinispan.CONFIG] (MSC service thread 1-3) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2023-02-08 22:37:24,699 INFO  [org.infinispan.CONFIG] (MSC service thread 1-3) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2023-02-08 22:37:24,744 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 80) HHH000204: Processing PersistenceUnitInfo [
        name: dcm4chee-arc
        ...]
2023-02-08 22:37:24,756 INFO  [org.infinispan.CONTAINER] (ServerService Thread Pool -- 81) ISPN000025: wakeUpInterval is <= 0, not starting expired purge thread
2023-02-08 22:37:24,760 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 81) WFLYCLINF0002: Started http-remoting-connector cache from ejb container
2023-02-08 22:37:25,105 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 80) HHH000412: Hibernate Core {5.3.28.Final}
2023-02-08 22:37:25,114 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 80) HHH000206: hibernate.properties not found
2023-02-08 22:37:26,738 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 80) HCANN000001: Hibernate Commons Annotations {5.0.5.Final}
2023-02-08 22:37:26,742 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-6) JBWS024061: Adding service endpoint metadata: id=org.dcm4chee.arc.retrieve.xdsi.ImageDocumentSource
 address=http://172.21.0.5:8080/dcm4chee-arc/xdsi/ImagingDocumentSource
 implementor=org.dcm4chee.arc.retrieve.xdsi.ImageDocumentSource
 serviceName={urn:ihe:rad:xdsi-b:2009}ImagingDocumentSource
 portName={urn:ihe:rad:xdsi-b:2009}ImagingDocumentSource_Port_Soap12
 annotationWsdlLocation=/wsdl/XDS-I.b_ImagingDocumentSource.wsdl
 wsdlLocationOverride=null
 mtomEnabled=true
2023-02-08 22:37:27,182 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 81) WFLYUT0021: Registered web context: '/dcm4chee-arc/ui2' for server 'default-server'
2023-02-08 22:37:27,939 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 80) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'dcm4chee-arc-ear-5.29.1-psql-secure.ear#dcm4chee-arc'
2023-02-08 22:37:28,218 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-6) Creating Service {urn:ihe:rad:xdsi-b:2009}ImagingDocumentSource from WSDL: /wsdl/XDS-I.b_ImagingDocumentSource.wsdl
2023-02-08 22:37:28,502 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 80) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL95Dialect
2023-02-08 22:37:28,654 INFO  [org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl] (ServerService Thread Pool -- 80) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
2023-02-08 22:37:28,667 INFO  [org.hibernate.type.BasicTypeRegistry] (ServerService Thread Pool -- 80) HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@54a390c7
2023-02-08 22:37:28,679 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 80) Envers integration enabled? : true
2023-02-08 22:37:30,333 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-6) Setting the server's publish address to be http://172.21.0.5:8080/dcm4chee-arc/xdsi/ImagingDocumentSource
2023-02-08 22:37:30,576 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-6) JBWS024074: WSDL published to: file:/opt/wildfly/standalone/data/wsdl/dcm4chee-arc-ear-5.29.1-psql-secure.ear/dcm4chee-arc-retrieve-xdsi-5.29.1.war/wsdl/XDS-I.b_ImagingDocumentSource.wsdl
2023-02-08 22:37:30,881 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) WFLYWS0003: Starting service jboss.ws.endpoint."dcm4chee-arc-ear-5.29.1-psql-secure.ear"."dcm4chee-arc-retrieve-xdsi-5.29.1.war"."org.dcm4chee.arc.retrieve.xdsi.ImageDocumentSource"
2023-02-08 22:37:32,284 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 80) HHH000397: Using ASTQueryTranslatorFactory
2023-02-08 22:37:37,568 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 97) UT026003: Adding annotated server endpoint class org.dcm4chee.arc.ups.rs.EventReportSender for path /aets/{AETitle}/ws/subscribers/{SubscriberAET}
2023-02-08 22:37:37,647 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 84) WFLYUT0021: Registered web context: '/dcm4chee-arc/xsl' for server 'default-server'
2023-02-08 22:37:37,651 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 94) WFLYUT0021: Registered web context: '/dcm4chee-proxy' for server 'default-server'
2023-02-08 22:37:37,652 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 91) WFLYUT0021: Registered web context: '/dcm4chee-arc/xdsi' for server 'default-server'
2023-02-08 22:37:37,731 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 97) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [OPTIONS]
2023-02-08 22:37:37,732 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 97) WFLYUT0021: Registered web context: '/dcm4chee-arc' for server 'default-server'
2023-02-08 22:37:38,574 INFO  [org.opencv.osgi] (ServerService Thread Pool -- 83) Successfully loaded OpenCV native library.
2023-02-08 22:37:39,110 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-1) Start TCP Listener on /0.0.0.0:2575
2023-02-08 22:37:39,131 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Start TCP Listener on /0.0.0.0:11112
2023-02-08 22:37:39,356 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Start TCP Listener on /0.0.0.0:12575
2023-02-08 22:37:39,390 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Start TCP Listener on /0.0.0.0:2762
2023-02-08 22:37:39,863 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 46) WFLYSRV0010: Deployed "dcm4chee-arc-ui2-5.29.1-secure.war" (runtime-name : "dcm4chee-arc-ui2-5.29.1-secure.war")
2023-02-08 22:37:39,863 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 46) WFLYSRV0010: Deployed "dcm4chee-arc-ear-5.29.1-psql-secure.ear" (runtime-name : "dcm4chee-arc-ear-5.29.1-psql-secure.ear")
2023-02-08 22:37:39,953 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
2023-02-08 22:37:39,984 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 26.1.2.Final (WildFly Core 18.1.2.Final) started in 33663ms - Started 2984 of 3198 services (453 services are lazy, passive or on-demand) - Server configuration file in use: dcm4chee-arc-oidc.xml
2023-02-08 22:37:39,988 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0062: Http management interface listening on http://0.0.0.0:9990/management and https://0.0.0.0:9993/management
2023-02-08 22:37:39,989 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0053: Admin console listening on http://0.0.0.0:9990 and https://0.0.0.0:9993
2023-02-08 22:38:57,939 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2023-02-08 22:38:57,969 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2023-02-08 22:39:02,905 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2023-02-08 22:39:02,992 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2023-02-08 22:39:19,843 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2023-02-08 22:39:19,855 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2023-02-08 22:39:24,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2023-02-08 22:39:25,018 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2023-02-08 22:39:25,020 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2023-02-08 22:39:25,022 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2023-02-08 22:39:25,024 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2023-02-08 22:39:25,024 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2023-02-08 22:39:57,970 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()

Ted

Ted Timar

unread,
Feb 10, 2023, 11:12:28 AM2/10/23
to dcm4che
Found it.  The problem was the hostname.  It was available on the host and all the containers, but not the browser from which I was trying to log in.
I replaced the hostname with an IP address throughout, and I can at least log into the admin console.

Reply all
Reply to author
Forward
0 new messages