Warnings from wildfly (are they important?)

552 views
Skip to first unread message

Jonathan Brooks

unread,
Aug 1, 2021, 4:58:52 PM8/1/21
to dcm4che
Dear Devs,

More output with the warnings highlighted. (I've not truncated the output- sorry).

I was particularly interested in the first one as I'm running both the keycloak and wildfly server on the same system.

Hope this helps?

Best wishes,

Jon


$ $WILDFLY_HOME/bin/standalone.sh -c dcm4chee-arc.xml
=========================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /opt/dcm4chee/wildfly-24.0.0.Final

  JAVA: /usr/lib/jvm/java-11-openjdk-amd64/bin/java

  JAVA_OPTS:  -server -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-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=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.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED

=========================================================================

21:48:02,574 INFO  [org.jboss.modules] (main) JBoss Modules version 1.11.0.Final
21:48:03,065 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.12.Final
21:48:03,073 INFO  [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
21:48:03,206 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0049: WildFly Full 24.0.0.Final (WildFly Core 16.0.0.Final) starting
21:48:04,049 INFO  [org.wildfly.security] (ServerService Thread Pool -- 12) ELY00001: WildFly Elytron version 1.16.0.Final
21:48:04,358 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 29) WFLYCTL0033: Extension 'security' is deprecated and may not be supported in future versions
21:48:04,623 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
21:48:04,774 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0041: Creating http management service using socket-binding (management-http) and secure-socket-binding (management-https)
21:48:04,792 INFO  [org.xnio] (MSC service thread 1-8) XNIO version 3.8.4.Final
21:48:04,816 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.8.4.Final
21:48:04,879 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.23.Final
21:48:04,898 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0001: Activating Infinispan subsystem.
21:48:04,901 INFO  [org.wildfly.extension.health] (ServerService Thread Pool -- 56) WFLYHEALTH0001: Activating Base Health Subsystem
21:48:04,918 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 57) WFLYIIOP0001: Activating IIOP Subsystem
21:48:04,929 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 65) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main]
21:48:04,952 INFO  [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 72) WFLYJWT0001: Activating MicroProfile JWT Subsystem
21:48:04,955 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 74) WFLYNAM0001: Activating Naming Subsystem
21:48:04,963 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 80) WFLYSEC0002: Activating Security Subsystem
21:48:04,898 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 48) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
21:48:04,968 INFO  [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 71) WFLYCONF0001: Activating MicroProfile Config Subsystem
21:48:04,969 INFO  [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 73) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
21:48:04,976 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 82) 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.
21:48:04,994 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 84) WFLYWS0002: Activating WebServices Extension
21:48:04,991 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 60) WFLYRS0016: RESTEasy version 3.15.1.Final
21:48:04,980 INFO  [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
21:48:04,979 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 59) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
21:48:04,999 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-7) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
21:48:05,001 INFO  [org.jboss.as.connector] (MSC service thread 1-7) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.4.35.Final)
21:48:05,006 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 2.2.8.Final starting
21:48:05,007 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = h2
21:48:05,015 INFO  [org.jboss.as.security] (MSC service thread 1-8) WFLYSEC0001: Current PicketBox version=5.0.3.Final-redhat-00007
21:48:05,021 INFO  [org.wildfly.extension.metrics] (ServerService Thread Pool -- 70) WFLYMETRICS0001: Activating Base Metrics Subsystem
21:48:05,085 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 48) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.cj.jdbc.Driver (version 8.0)
21:48:05,149 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = mysqldb
21:48:05,209 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) 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.
21:48:05,214 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) 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.
21:48:05,309 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-7) WFLYELY00023: KeyStore file '/opt/dcm4chee/wildfly-24.0.0.Final/standalone/configuration/application.keystore' does not exist. Used blank.
21:48:05,421 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0014: Creating file handler for path '/opt/dcm4chee/wildfly-24.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
21:48:05,425 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-7) WFLYELY01084: KeyStore /opt/dcm4chee/wildfly-24.0.0.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/dcm4chee/wildfly-24.0.0.Final/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-16.0.0.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
21:48:05,686 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2)
WFLYUT0012: Started server default-server.
21:48:05,721 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) Queuing requests.
21:48:05,721 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
21:48:05,849 INFO  [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
21:48:05,865 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
21:48:05,943 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "dcm4chee-arc-ui2-5.23.3-secure.war" (runtime-name: "dcm4chee-arc-ui2-5.23.3-secure.war")
21:48:05,944 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/dcm4chee/wildfly-24.0.0.Final/standalone/deployments
21:48:05,942 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "dcm4chee-arc-ear-5.23.3-mysql-secure.ear" (runtime-name: "dcm4chee-arc-ear-5.23.3-mysql-secure.ear")
21:48:06,017 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
21:48:06,176 INFO  [org.wildfly.iiop.openjdk] (MSC service thread 1-6) WFLYIIOP0009: CORBA ORB Service started
21:48:06,197 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=/opt/dcm4chee/wildfly-24.0.0.Final/standalone/data/activemq/journal,bindingsDirectory=/opt/dcm4chee/wildfly-24.0.0.Final/standalone/data/activemq/bindings,largeMessagesDirectory=/opt/dcm4chee/wildfly-24.0.0.Final/standalone/data/activemq/largemessages,pagingDirectory=/opt/dcm4chee/wildfly-24.0.0.Final/standalone/data/activemq/paging)
21:48:06,294 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:/PacsDS]
21:48:06,299 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
21:48:06,360 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221012: Using AIO Journal
21:48:06,458 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443
21:48:06,566 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE
21:48:06,566 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP
21:48:06,567 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ
21:48:06,567 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP
21:48:06,596 INFO  [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 5.4.4.Final (Apache CXF 3.3.10)
21:48:06,690 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-id-5.23.3.jar")
21:48:06,690 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-code-5.23.3.jar")
21:48:06,692 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-rs-client-5.23.3.jar")
21:48:06,692 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-store-5.23.3.jar")
21:48:06,693 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-study-size-5.23.3.jar")
21:48:06,691 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-retrieve-mgt-5.23.3.jar")
21:48:06,691 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-metadata-5.23.3.jar")
21:48:06,693 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-retrieve-5.23.3.jar")
21:48:06,693 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-service-5.23.3.jar")
21:48:06,693 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-pdq-scheduler-5.23.3.jar")
21:48:06,694 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-export-storage-5.23.3.jar")
21:48:06,691 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-delete-5.23.3.jar")
21:48:06,694 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-qmgt-5.23.3.jar")
21:48:06,694 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-study-5.23.3.jar")
21:48:06,694 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-ian-scu-5.23.3.jar")
21:48:06,690 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-mpps-5.23.3.jar")
21:48:06,694 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-query-5.23.3.jar")
21:48:06,690 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-hl7-5.23.3.jar")
21:48:06,695 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-stgcmt-5.23.3.jar")
21:48:06,695 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-diff-5.23.3.jar")
21:48:06,694 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-export-mgt-5.23.3.jar")
21:48:06,695 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-xsl-cda-5.23.3.war")
21:48:06,695 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-issuer-5.23.3.jar")
21:48:06,695 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-procedure-5.23.3.jar")
21:48:06,695 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-compress-5.23.3.jar")
21:48:06,695 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-war-5.23.3-secure.war")
21:48:06,696 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-patient-5.23.3.jar")
21:48:06,696 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-proxy-5.23.3-secure.war")
21:48:06,693 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-ups-5.23.3.jar")
21:48:06,694 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-hl7-psu-5.23.3.jar")
21:48:06,705 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221034: Waiting indefinitely to obtain live lock
21:48:06,711 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221035: Live Server Obtained live lock
21:48:06,695 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-mpps-scu-5.23.3.jar")
21:48:06,695 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0207: Starting subdeployment (runtime-name: "dcm4chee-arc-retrieve-xdsi-5.23.3.war")
21:48:07,121 INFO  [org.jboss.as.jpa] (MSC service thread 1-8) WFLYJPA0002: Read persistence.xml for dcm4chee-arc
21:48:07,417 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.ExpiryQueue on address jms.queue.ExpiryQueue
21:48:07,423 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.DLQ on address jms.queue.DLQ
21:48:07,423 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.StgCmtSCP on address jms.queue.StgCmtSCP
21:48:07,424 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.StgCmtSCU on address jms.queue.StgCmtSCU
21:48:07,424 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.StgVerTasks on address jms.queue.StgVerTasks
21:48:07,424 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.MPPSSCU on address jms.queue.MPPSSCU
21:48:07,424 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.IANSCU on address jms.queue.IANSCU
21:48:07,424 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.HL7Send on address jms.queue.HL7Send
21:48:07,425 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.RSClient on address jms.queue.RSClient
21:48:07,425 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.DiffTasks on address jms.queue.DiffTasks
21:48:07,425 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Rejection on address jms.queue.Rejection
21:48:07,425 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Export1 on address jms.queue.Export1
21:48:07,425 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Export2 on address jms.queue.Export2
21:48:07,425 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Export3 on address jms.queue.Export3
21:48:07,426 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Export4 on address jms.queue.Export4
21:48:07,426 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Export5 on address jms.queue.Export5
21:48:07,426 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Export6 on address jms.queue.Export6
21:48:07,426 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Export7 on address jms.queue.Export7
21:48:07,426 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Export8 on address jms.queue.Export8
21:48:07,427 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Export9 on address jms.queue.Export9
21:48:07,427 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Export10 on address jms.queue.Export10
21:48:07,427 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve1 on address jms.queue.Retrieve1
21:48:07,427 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve2 on address jms.queue.Retrieve2
21:48:07,427 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve3 on address jms.queue.Retrieve3
21:48:07,427 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve4 on address jms.queue.Retrieve4
21:48:07,428 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve5 on address jms.queue.Retrieve5
21:48:07,428 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve6 on address jms.queue.Retrieve6
21:48:07,428 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve7 on address jms.queue.Retrieve7
21:48:07,428 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve8 on address jms.queue.Retrieve8
21:48:07,428 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve9 on address jms.queue.Retrieve9
21:48:07,429 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve10 on address jms.queue.Retrieve10
21:48:07,429 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve11 on address jms.queue.Retrieve11
21:48:07,429 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve12 on address jms.queue.Retrieve12
21:48:07,429 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221003: Deploying ANYCAST queue jms.queue.Retrieve13 on address jms.queue.Retrieve13
21:48:07,456 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-3) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor
21:48:07,494 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-5) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor
21:48:07,505 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-7) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor
21:48:07,477 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-6) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor
21:48:07,728 INFO  [org.jboss.keycloak] (MSC service thread 1-2) Keycloak subsystem override for deployment dcm4chee-arc-ui2-5.23.3-secure.war
21:48:07,732 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment dcm4chee-arc-ui2-5.23.3-secure.war
21:48:07,746 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221007: Server is now live
21:48:07,747 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 86) AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.16.0 [default, nodeID=b2685939-f2fe-11eb-9e7d-90b11c8cd089]
21:48:07,920 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 6.0.22.Final
21:48:08,175 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 86) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
21:48:08,188 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 89) WFLYMSGAMQ0002: Bound messaging object to jndi name java:/ConnectionFactory
21:48:08,315 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.dcm4chee-arc-ear-5.23.3-mysql-secure.ear" is using a private module ("org.apache.cxf.impl") which may be changed or removed in future versions without notice.
21:48:08,370 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-7) WFLYJCA0007: Registered connection factory java:/JmsXA
21:48:08,464 INFO  [org.jipijapa] (MSC service thread 1-5) JIPIORMV53020253: Second level cache enabled for dcm4chee-arc-ear-5.23.3-mysql-secure.ear#dcm4chee-arc
21:48:08,481 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment dcm4chee-arc-ear-5.23.3-mysql-secure.ear
21:48:08,588 INFO  [org.apache.activemq.artemis.ra] (MSC service thread 1-7) AMQ151007: Resource adaptor started
21:48:08,588 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-7) IJ020002: Deployed: file://RaActivatoractivemq-ra
21:48:08,601 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-7) WFLYJCA0002: Bound Jakarta Connectors ConnectionFactory [java:/JmsXA]
21:48:08,601 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-7) WFLYJCA0118: Binding connection factory named java:/JmsXA to alias java:jboss/DefaultJMSConnectionFactory
21:48:08,736 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment dcm4chee-arc-compress-5.23.3.jar
21:48:08,736 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment dcm4chee-arc-id-5.23.3.jar
21:48:08,742 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment dcm4chee-arc-retrieve-5.23.3.jar
21:48:08,755 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'IDServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-id-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:08,756 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'RetrieveServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-retrieve-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:08,775 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-5) WFLYEJB0473: JNDI bindings for session bean named 'CompressionEJB' in deployment unit 'subdeployment "dcm4chee-arc-compress-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:08,778 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment dcm4chee-arc-hl7-5.23.3.jar
21:48:08,780 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment dcm4chee-arc-service-5.23.3.jar
21:48:08,781 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown.
21:48:08,781 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-7) WFLYEJB0473: JNDI bindings for session bean named 'ArchiveServiceImpl' in deployment unit 'subdeployment "dcm4chee-arc-service-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:08,782 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment dcm4chee-arc-retrieve-xdsi-5.23.3.war
21:48:08,783 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.5.0, serviceName=dcm4chee-arc-ui2-5.23.3-secure.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@5aa99ca6, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ubicdicom, jaeger.version=Java-1.5.0, ip=127.0.0.1}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
21:48:08,837 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:08,843 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-5) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:08,850 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:08,854 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-8) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:08,855 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:08,877 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment dcm4chee-arc-rs-client-5.23.3.jar
21:48:08,896 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment dcm4chee-arc-pdq-scheduler-5.23.3.jar
21:48:08,900 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment dcm4chee-arc-proxy-5.23.3-secure.war
21:48:08,900 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment dcm4chee-arc-patient-5.23.3.jar
21:48:08,910 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'PatientServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-patient-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:08,910 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'PatientVerificationEJB' in deployment unit 'subdeployment "dcm4chee-arc-pdq-scheduler-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

    java:global/dcm4chee-arc/dcm4chee-arc-pdq-scheduler-5.23.3/PatientVerificationEJB!org.dcm4chee.arc.pdq.scheduler.PatientVerificationEJB
    java:app/dcm4chee-arc-pdq-scheduler-5.23.3/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.23.3/PatientVerificationEJB
    java:app/dcm4chee-arc-pdq-scheduler-5.23.3/PatientVerificationEJB
    java:module/PatientVerificationEJB

21:48:08,911 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment dcm4chee-arc-ian-scu-5.23.3.jar
21:48:08,912 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment dcm4chee-arc-mpps-scu-5.23.3.jar
21:48:08,913 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-7) WFLYEJB0473: JNDI bindings for session bean named 'IANEJB' in deployment unit 'subdeployment "dcm4chee-arc-ian-scu-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

    java:global/dcm4chee-arc/dcm4chee-arc-ian-scu-5.23.3/IANEJB!org.dcm4chee.arc.ian.scu.impl.IANEJB
    java:app/dcm4chee-arc-ian-scu-5.23.3/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.23.3/IANEJB
    java:app/dcm4chee-arc-ian-scu-5.23.3/IANEJB
    java:module/IANEJB

21:48:08,916 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:08,920 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:08,922 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:08,923 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-6) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:08,925 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:08,926 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment dcm4chee-arc-mpps-5.23.3.jar
21:48:08,934 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.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:08,957 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:08,952 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
21:48:08,964 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.5.0, serviceName=dcm4chee-arc-ear-5.23.3-mysql-secure.ear!dcm4chee-arc-retrieve-xdsi-5.23.3.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@3dc03cf2, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ubicdicom, jaeger.version=Java-1.5.0, ip=127.0.0.1}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
21:48:08,976 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment dcm4chee-arc-code-5.23.3.jar
21:48:08,979 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'CodeServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-code-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:08,986 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,008 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment dcm4chee-arc-diff-5.23.3.jar
21:48:09,010 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'DiffServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-diff-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:09,012 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment dcm4chee-arc-hl7-psu-5.23.3.jar
21:48:09,014 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-7) WFLYEJB0473: JNDI bindings for session bean named 'HL7PSUEJB' in deployment unit 'subdeployment "dcm4chee-arc-hl7-psu-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

    java:global/dcm4chee-arc/dcm4chee-arc-hl7-psu-5.23.3/HL7PSUEJB!org.dcm4chee.arc.hl7.psu.HL7PSUEJB
    java:app/dcm4chee-arc-hl7-psu-5.23.3/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.23.3/HL7PSUEJB
    java:app/dcm4chee-arc-hl7-psu-5.23.3/HL7PSUEJB
    java:module/HL7PSUEJB

21:48:09,016 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment dcm4chee-arc-export-mgt-5.23.3.jar
21:48:09,017 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment dcm4chee-arc-store-5.23.3.jar
21:48:09,021 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-5) WFLYEJB0473: JNDI bindings for session bean named 'StoreServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-store-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:09,026 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,019 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.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

    java:global/dcm4chee-arc/dcm4chee-arc-export-mgt-5.23.3/ExportManagerEJB!org.dcm4chee.arc.export.mgt.ExportManager
    java:app/dcm4chee-arc-export-mgt-5.23.3/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.23.3/ExportManagerEJB
    java:app/dcm4chee-arc-export-mgt-5.23.3/ExportManagerEJB
    java:module/ExportManagerEJB

21:48:09,027 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,024 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-8) No shutdown hook registered: Please call close() manually on application shutdown.
21:48:09,032 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-8) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.5.0, serviceName=dcm4chee-arc-ear-5.23.3-mysql-secure.ear!dcm4chee-arc-proxy-5.23.3-secure.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@47ee87e5, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ubicdicom, jaeger.version=Java-1.5.0, ip=127.0.0.1}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
21:48:09,034 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment dcm4chee-arc-query-5.23.3.jar
21:48:09,022 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment dcm4chee-arc-stgcmt-5.23.3.jar
21:48:09,037 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-5) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,038 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment dcm4chee-arc-xsl-cda-5.23.3.war
21:48:09,039 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'StgCmtEJB' in deployment unit 'subdeployment "dcm4chee-arc-stgcmt-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:09,039 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'QuerySizeEJB' in deployment unit 'subdeployment "dcm4chee-arc-query-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:09,040 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'QueryAttributesEJB' in deployment unit 'subdeployment "dcm4chee-arc-query-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:09,038 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment dcm4chee-arc-qmgt-5.23.3.jar
21:48:09,050 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-8) WFLYEJB0473: JNDI bindings for session bean named 'QueueManagerEJB' in deployment unit 'subdeployment "dcm4chee-arc-qmgt-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

    java:global/dcm4chee-arc/dcm4chee-arc-qmgt-5.23.3/QueueManagerEJB!org.dcm4chee.arc.qmgt.impl.QueueManagerEJB
    java:app/dcm4chee-arc-qmgt-5.23.3/QueueManagerEJB!org.dcm4chee.arc.qmgt.impl.QueueManagerEJB
    java:module/QueueManagerEJB!org.dcm4chee.arc.qmgt.impl.QueueManagerEJB
    java:global/dcm4chee-arc/dcm4chee-arc-qmgt-5.23.3/QueueManagerEJB
    java:app/dcm4chee-arc-qmgt-5.23.3/QueueManagerEJB
    java:module/QueueManagerEJB

21:48:09,046 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-6) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,043 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,053 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'QueryServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-query-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:09,055 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment dcm4chee-arc-study-5.23.3.jar
21:48:09,055 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'RunInTransaction' in deployment unit 'subdeployment "dcm4chee-arc-query-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:09,057 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'StudyServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-study-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:09,065 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-8) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,069 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,070 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment dcm4chee-arc-export-storage-5.23.3.jar
21:48:09,072 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment dcm4chee-arc-issuer-5.23.3.jar
21:48:09,075 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment dcm4chee-arc-war-5.23.3-secure.war
21:48:09,076 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment dcm4chee-arc-delete-5.23.3.jar
21:48:09,081 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment dcm4chee-arc-procedure-5.23.3.jar
21:48:09,084 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment dcm4chee-arc-ups-5.23.3.jar
21:48:09,101 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-7) WFLYEJB0473: JNDI bindings for session bean named 'UPSServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-ups-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:09,104 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'ProcedureServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-procedure-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:09,105 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-8) WFLYEJB0473: JNDI bindings for session bean named 'IssuerServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-issuer-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

    java:global/dcm4chee-arc/dcm4chee-arc-issuer-5.23.3/IssuerServiceEJB!org.dcm4chee.arc.issuer.impl.IssuerServiceEJB
    java:app/dcm4chee-arc-issuer-5.23.3/IssuerServiceEJB!org.dcm4chee.arc.issuer.impl.IssuerServiceEJB
    java:module/IssuerServiceEJB!org.dcm4chee.arc.issuer.impl.IssuerServiceEJB
    java:global/dcm4chee-arc/dcm4chee-arc-issuer-5.23.3/IssuerServiceEJB
    java:app/dcm4chee-arc-issuer-5.23.3/IssuerServiceEJB
    java:module/IssuerServiceEJB

21:48:09,105 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'DeletionServiceEJB' in deployment unit 'subdeployment "dcm4chee-arc-delete-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:09,110 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,112 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,119 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,120 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment dcm4chee-arc-study-size-5.23.3.jar
21:48:09,121 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,116 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-3) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,115 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-8) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,129 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-4) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,143 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment dcm4chee-arc-metadata-5.23.3.jar
21:48:09,145 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'UpdateMetadataEJB' in deployment unit 'subdeployment "dcm4chee-arc-metadata-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

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

21:48:09,164 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,193 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment dcm4chee-arc-retrieve-mgt-5.23.3.jar
21:48:09,195 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'RetrieveManagerEJB' in deployment unit 'subdeployment "dcm4chee-arc-retrieve-mgt-5.23.3.jar" of deployment "dcm4chee-arc-ear-5.23.3-mysql-secure.ear"' are as follows:

    java:global/dcm4chee-arc/dcm4chee-arc-retrieve-mgt-5.23.3/RetrieveManagerEJB!org.dcm4chee.arc.retrieve.mgt.impl.RetrieveManagerEJB
    java:app/dcm4chee-arc-retrieve-mgt-5.23.3/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.23.3/RetrieveManagerEJB
    java:app/dcm4chee-arc-retrieve-mgt-5.23.3/RetrieveManagerEJB
    java:module/RetrieveManagerEJB

21:48:09,210 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: NoopTracer
21:48:09,258 INFO  [org.infinispan.CONTAINER] (ServerService Thread Pool -- 96) ISPN000128: Infinispan version: Infinispan 'Taedonggang' 12.1.4.Final
21:48:09,297 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-6) No shutdown hook registered: Please call close() manually on application shutdown.
21:48:09,298 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-6) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.5.0, serviceName=dcm4chee-arc-ear-5.23.3-mysql-secure.ear!dcm4chee-arc-war-5.23.3-secure.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@3cd276db, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=ubicdicom, jaeger.version=Java-1.5.0, ip=127.0.0.1}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
21:48:09,301 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-5) No shutdown hook registered: Please call close() manually on application shutdown.
21:48:09,308 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-5) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.5.0, serviceName=dcm4chee-arc-ear-5.23.3-mysql-secure.ear!dcm4chee-arc-xsl-cda-5.23.3.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@6b1b8708, closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=ubicdicom, jaeger.version=Java-1.5.0, ip=127.0.0.1}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
21:48:09,314 INFO  [org.jipijapa] (MSC service thread 1-1) JIPIORMV53020253: Second level cache enabled for dcm4chee-arc-ear-5.23.3-mysql-secure.ear#dcm4chee-arc
21:48:09,333 INFO  [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900: 3.1.7 (SP1)
21:48:09,364 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 105) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'dcm4chee-arc-ear-5.23.3-mysql-secure.ear#dcm4chee-arc'
21:48:09,370 INFO  [org.infinispan.CONFIG] (MSC service thread 1-8) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
21:48:09,373 INFO  [org.infinispan.CONFIG] (MSC service thread 1-8) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
21:48:09,440 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 105) HHH000204: Processing PersistenceUnitInfo [
    name: dcm4chee-arc
    ...]
21:48:09,466 INFO  [org.infinispan.CONTAINER] (ServerService Thread Pool -- 96) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller'
21:48:09,562 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 105) HHH000412: Hibernate Core {5.3.20.Final}
21:48:09,564 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 105) HHH000206: hibernate.properties not found
21:48:09,658 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 96) WFLYCLINF0002: Started http-remoting-connector cache from ejb container
21:48:09,889 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 105) HCANN000001: Hibernate Commons Annotations {5.0.5.Final}
21:48:10,857 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0042: Started message driven bean 'MPPSMDB' with 'activemq-ra.rar' resource adapter
21:48:10,862 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0042: Started message driven bean 'RSClientMDB' with 'activemq-ra.rar' resource adapter
21:48:10,863 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0042: Started message driven bean 'HL7SenderMDB' with 'activemq-ra.rar' resource adapter
21:48:10,866 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0042: Started message driven bean 'StgCmtSCUMDB' with 'activemq-ra.rar' resource adapter
21:48:10,879 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0042: Started message driven bean 'StgVerifyMDB' with 'activemq-ra.rar' resource adapter
21:48:10,880 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0042: Started message driven bean 'IANMDB' with 'activemq-ra.rar' resource adapter
21:48:10,881 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0042: Started message driven bean 'StgCmtSCPMDB' with 'activemq-ra.rar' resource adapter
21:48:10,893 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0042: Started message driven bean 'RejectionServiceMDB' with 'activemq-ra.rar' resource adapter
21:48:10,923 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-4) JBWS024061: Adding service endpoint metadata: id=org.dcm4chee.arc.retrieve.xdsi.ImageDocumentSource
 address=http://localhost: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
21:48:10,964 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0042: Started message driven bean 'DiffServiceMDB' with 'activemq-ra.rar' resource adapter
21:48:10,993 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0042: Started message driven bean 'ExportManagerMDB7' with 'activemq-ra.rar' resource adapter
21:48:10,994 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0042: Started message driven bean 'ExportManagerMDB2' with 'activemq-ra.rar' resource adapter
21:48:10,997 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0042: Started message driven bean 'ExportManagerMDB6' with 'activemq-ra.rar' resource adapter
21:48:10,995 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0042: Started message driven bean 'ExportManagerMDB8' with 'activemq-ra.rar' resource adapter
21:48:10,995 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0042: Started message driven bean 'ExportManagerMDB3' with 'activemq-ra.rar' resource adapter
21:48:10,994 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0042: Started message driven bean 'ExportManagerMDB4' with 'activemq-ra.rar' resource adapter
21:48:11,009 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0042: Started message driven bean 'ExportManagerMDB5' with 'activemq-ra.rar' resource adapter
21:48:11,010 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0042: Started message driven bean 'ExportManagerMDB10' with 'activemq-ra.rar' resource adapter
21:48:11,012 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0042: Started message driven bean 'ExportManagerMDB9' with 'activemq-ra.rar' resource adapter
21:48:11,012 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0042: Started message driven bean 'ExportManagerMDB1' with 'activemq-ra.rar' resource adapter
21:48:11,022 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB3' with 'activemq-ra.rar' resource adapter
21:48:11,027 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB12' with 'activemq-ra.rar' resource adapter
21:48:11,030 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB7' with 'activemq-ra.rar' resource adapter
21:48:11,029 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB2' with 'activemq-ra.rar' resource adapter
21:48:11,030 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB10' with 'activemq-ra.rar' resource adapter
21:48:11,033 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB4' with 'activemq-ra.rar' resource adapter
21:48:11,035 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB9' with 'activemq-ra.rar' resource adapter
21:48:11,036 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB1' with 'activemq-ra.rar' resource adapter
21:48:11,032 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB6' with 'activemq-ra.rar' resource adapter
21:48:11,031 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB5' with 'activemq-ra.rar' resource adapter
21:48:11,040 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB11' with 'activemq-ra.rar' resource adapter
21:48:11,042 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB8' with 'activemq-ra.rar' resource adapter
21:48:11,045 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0042: Started message driven bean 'RetrieveManagerMDB13' with 'activemq-ra.rar' resource adapter
21:48:11,363 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 98) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'dcm4chee-arc-ear-5.23.3-mysql-secure.ear#dcm4chee-arc'
21:48:11,380 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 97) WFLYUT0021: Registered web context: '/dcm4chee-arc/ui2' for server 'default-server'
21:48:11,701 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 98) HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
21:48:11,805 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-4) Creating Service {urn:ihe:rad:xdsi-b:2009}ImagingDocumentSource from WSDL: /wsdl/XDS-I.b_ImagingDocumentSource.wsdl
21:48:11,810 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 98) Envers integration enabled? : true
21:48:12,502 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-4) Setting the server's publish address to be http://localhost:8080/dcm4chee-arc/xdsi/ImagingDocumentSource
21:48:12,579 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-4) JBWS024074: WSDL published to: file:/opt/dcm4chee/wildfly-24.0.0.Final/standalone/data/wsdl/dcm4chee-arc-ear-5.23.3-mysql-secure.ear/dcm4chee-arc-retrieve-xdsi-5.23.3.war/wsdl/XDS-I.b_ImagingDocumentSource.wsdl
21:48:12,720 INFO  [org.jboss.as.webservices] (MSC service thread 1-6) WFLYWS0003: Starting service jboss.ws.endpoint."dcm4chee-arc-ear-5.23.3-mysql-secure.ear"."dcm4chee-arc-retrieve-xdsi-5.23.3.war"."org.dcm4chee.arc.retrieve.xdsi.ImageDocumentSource"
21:48:13,551 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 98) HHH000397: Using ASTQueryTranslatorFactory
21:48:15,883 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 98) WFLYUT0021: Registered web context: '/dcm4chee-arc/xsl' for server 'default-server'
21:48:15,957 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 115) WFLYUT0021: Registered web context: '/dcm4chee-arc/xdsi' for server 'default-server'
21:48:15,929 WARN  [org.keycloak.adapters.undertow.KeycloakServletExtension] (ServerService Thread Pool -- 96) No adapter configuration.  Keycloak is unconfigured and will deny all requests.
21:48:15,953 WARN  [org.keycloak.adapters.undertow.KeycloakServletExtension] (ServerService Thread Pool -- 114) No adapter configuration.  Keycloak is unconfigured and will deny all requests.
21:48:15,972 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 96) UT026003: Adding annotated server endpoint class org.dcm4chee.arc.ups.rs.EventReportSender for path /aets/{AETitle}/ws/subscribers/{SubscriberAET}
21:48:15,974 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 114) WFLYUT0021: Registered web context: '/dcm4chee-proxy' for server 'default-server'
21:48:16,000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 96) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [OPTIONS]
21:48:16,001 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 96) WFLYUT0021: Registered web context: '/dcm4chee-arc' for server 'default-server'
21:48:16,367 INFO  [org.opencv.osgi] (ServerService Thread Pool -- 105) Successfully loaded OpenCV native library.
21:48:16,370 WARN  [org.dcm4chee.arc.impl.ArchiveDeviceProducer] (ServerService Thread Pool -- 105) UnzipVendorDataToURI=${jboss.server.temp.url}/dcm4chee-arc, but no Vendor Data
21:48:16,576 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-1) Start TCP Listener on /0.0.0.0:2575
21:48:16,578 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Start TCP Listener on /0.0.0.0:11112
21:48:16,772 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Start TCP Listener on /0.0.0.0:12575
21:48:16,773 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Start TCP Listener on /0.0.0.0:2762
21:48:16,921 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve1, Description=Dicom Retrieve Tasks 1]
21:48:16,941 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve2, Description=Dicom Retrieve Tasks 2]
21:48:16,943 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve3, Description=Dicom Retrieve Tasks 3]
21:48:16,944 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=HL7Send, Description=HL7 Forward Tasks]
21:48:16,946 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=IANSCU, Description=IAN Tasks]
21:48:16,947 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=StgCmtSCU, Description=Storage Commitment SCU Tasks]
21:48:16,949 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve8, Description=Dicom Retrieve Tasks 8]
21:48:16,951 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=DiffTasks, Description=Diff Tasks]
21:48:16,953 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve9, Description=Dicom Retrieve Tasks 9]
21:48:16,954 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve4, Description=Dicom Retrieve Tasks 4]
21:48:16,956 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve5, Description=Dicom Retrieve Tasks 5]
21:48:16,958 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=MPPSSCU, Description=MPPS Forward Tasks]
21:48:16,959 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve6, Description=Dicom Retrieve Tasks 6]
21:48:16,961 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve7, Description=Dicom Retrieve Tasks 7]
21:48:16,963 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Export5, Description=Nearline Storage Export Tasks]
21:48:16,964 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Export4, Description=Export4]
21:48:16,966 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=RSClient, Description=RESTful Forward Tasks]
21:48:16,967 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Export7, Description=Export7]
21:48:16,969 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Export6, Description=Export6]
21:48:16,970 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Export9, Description=Export9]
21:48:16,971 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Export8, Description=Export8]
21:48:16,972 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=StgVerTasks, Description=Storage Verification Tasks]
21:48:16,974 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Export1, Description=Dicom Export Tasks]
21:48:16,975 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Export3, Description=XDS-I Export Tasks]
21:48:16,977 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Export2, Description=WADO Export Tasks]
21:48:16,978 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Rejection, Description=Rejection Tasks]
21:48:16,979 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve10, Description=Dicom Retrieve Tasks 10]
21:48:16,982 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve11, Description=Dicom Retrieve Tasks 11]
21:48:16,983 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve12, Description=Dicom Retrieve Tasks 12]
21:48:16,985 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Retrieve13, Description=Dicom Retrieve Tasks 13]
21:48:16,987 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=StgCmtSCP, Description=Storage Commitment SCP Tasks]
21:48:16,988 INFO  [org.dcm4chee.arc.qmgt.impl.QueueManagerEJB] (ServerService Thread Pool -- 105) Check for tasks left in status IN PROCESS for Queue[Name=Export10, Description=Export10]
21:48:17,148 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "dcm4chee-arc-ui2-5.23.3-secure.war" (runtime-name : "dcm4chee-arc-ui2-5.23.3-secure.war")
21:48:17,148 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "dcm4chee-arc-ear-5.23.3-mysql-secure.ear" (runtime-name : "dcm4chee-arc-ear-5.23.3-mysql-secure.ear")
21:48:17,201 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
21:48:17,334 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 24.0.0.Final (WildFly Core 16.0.0.Final) started in 15164ms - Started 4113 of 4325 services (537 services are lazy, passive or on-demand)
21:48:17,355 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0062: Http management interface listening on http://127.0.0.1:9990/management and https://127.0.0.1:9993/management
21:48:17,355 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0053: Admin console listening on http://127.0.0.1:9990 and https://127.0.0.1:9993

Vrinda Nayak

unread,
Aug 2, 2021, 2:31:39 AM8/2/21
to dcm4che
You may ignore the warnings except
- 21:48:15,929 WARN  [org.keycloak.adapters.undertow.KeycloakServletExtension] (ServerService Thread Pool -- 96) No adapter configuration.  Keycloak is unconfigured and will deny all requests

Seems you missed installing the Keycloak's client adapter for wildfly in archive's wildfly configuration. See https://github.com/dcm4che/dcm4chee-arc-light/wiki/Secure-Archive-UI-and-RESTful-Services-using-Keycloak#wildfly-configuration
 - Install the Keycloak Wildfly Adapter
   > $WILDFLY_HOME/bin/jboss-cli.sh -c --file=adapter-install.cli [UNIX]
   > %WILDFLY_HOME%\bin\jboss-cli.bat -c --file=adapter-install.cli [Windows]

Jonathan Brooks

unread,
Aug 2, 2021, 7:42:07 AM8/2/21
to dcm4che
Hi Vrinda,

Thanks for taking a look - and I agree this looks suspicious, but I definitely *did* install keycloak's client adapter as per the instructions...

This is the one I used:

Here's a section of my build log (relevant sections highlighted):

WILDFLY:

cd /opt/dcm4chee/
unzip ~/Downloads/wildfly-24.0.0.Final.zip
export WILDFLY_HOME=/opt/dcm4chee/wildfly-24.0.0.Final
cd $WILDFLY_HOME
unzip ~/Downloads/keycloak-oidc-wildfly-adapter-14.0.0.zip

cp -r $DCM4CHEE_ARC/configuration $WILDFLY_HOME/standalone/
cd $WILDFLY_HOME/standalone/configuration
cp standalone-full.xml dcm4chee-arc.xml

$ cd  $WILDFLY_HOME
$ unzip $DCM4CHEE_ARC/jboss-modules/dcm4che-jboss-modules-5.23.3.zip
$ unzip $DCM4CHEE_ARC/jboss-modules/jai_imageio-jboss-modules-1.2-pre-dr-b04.zip
$ unzip $DCM4CHEE_ARC/jboss-modules/jclouds-jboss-modules-2.3.0-noguava.zip
$ unzip $DCM4CHEE_ARC/jboss-modules/ecs-object-client-jboss-modules-3.0.0.zip

# JDBC stuff
$ unzip $DCM4CHEE_ARC/jboss-modules/jdbc-jboss-modules-mysql-8.0.22.zip

# Edit mysql JDBC connector
$ cd  $WILDFLY_HOME
$ vi modules/com/mysql/main/module.xml (here 8.0.22 -> 8.0.26), make a note of the driver name = com.mysql

# Now need to install driver (a .jar file)
$ sudo dpkg -i ~/Downloads/mysql-connector-java_8.0.26-1ubuntu20.04_all.deb (obtained from mysql website)

# copy it into place:
$ cd  $WILDFLY_HOME
$ cp /usr/share/java/mysql-connector-java-8.0.26.jar modules/com/mysql/main/
$ rm modules/com/mysql/main/mysql-connector-java-8.0.22.jar <- remove uneeded one.


# Install adapter:
cd $WILDFLY_HOME/bin
$WILDFLY_HOME/bin/jboss-cli.sh -c --file=adapter-install.cli

{"outcome" => "success"}
{
    "outcome" => "success",
    "response-headers" => {
        "operation-requires-reload" => true,
        "process-state" => "reload-required"
    }
}
{
    "outcome" => "success",
    "response-headers" => {"process-state" => "reload-required"}
}
{
    "outcome" => "success",
    "response-headers" => {
        "operation-requires-reload" => true,
        "process-state" => "reload-required"
    }
}

HOWEVER, when I was looking at some of the instructions for keycloak 14 - they recommended developers should switch to using elytron - is it possible that adapter-elytron-install.cli is the necessary adapter now?

Does this help?

Best wishes,

Jon
Reply all
Reply to author
Forward
0 new messages